CutModelSaveBinInfo.h File Reference

#include <iostream>
#include <vector>
#include "CutModelException.h"
#include <vtkPolyData.h>
#include <vtkPolyDataWriter.h>
#include <vtkPolyDataReader.h>
#include <vtkPolyDataMapper.h>
#include <vtkTransform.h>
#include <vtkMatrix4x4.h>
#include <vtkActor.h>
Include dependency graph for CutModelSaveBinInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CutModelSaveBinInfo

Enumerations

enum  UNDOTYPE { CUTMODEL_ADD = 0, CUTMODEL_REMOVE = 10, CUTMODEL_CUT = 20 }

Enumeration Type Documentation

enum UNDOTYPE
Enumerator:
CUTMODEL_ADD 
CUTMODEL_REMOVE 
CUTMODEL_CUT 

Definition at line 36 of file CutModelSaveBinInfo.h.

00037 {
00038     CUTMODEL_ADD = 0,   
00039         CUTMODEL_REMOVE = 10,
00040         CUTMODEL_CUT= 20,
00041         
00042 };


Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1