Go to the documentation of this file.
44 #ifndef vtkMergeCells_h
45 #define vtkMergeCells_h
55 class vtkMergeCellsSTLCloak;
154 int TotalNumberOfDataSets;
163 int GlobalIdArrayType;
166 int UseGlobalCellIds;
167 int GlobalCellIdArrayType;
168 void* GlobalCellIdArray;
170 float PointMergeTolerance;
171 int MergeDuplicatePoints;
174 char InputIsPointSet;
176 vtkMergeCellsSTLCloak *GlobalIdMap;
177 vtkMergeCellsSTLCloak *GlobalCellIdMap;
#define vtkGetObjectMacro(name, type)
represent and manipulate point attribute data
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
int MergeDataSet(vtkDataSet *set)
virtual void SetUnstructuredGrid(vtkUnstructuredGrid *)
#define vtkSetClampMacro(name, type, min, max)
represent and manipulate cell attribute data
a simple class to control print indentation
merges any number of vtkDataSets back into a single vtkUnstructuredGrid
#define VTKFILTERSGENERAL_EXPORT
#define vtkGetMacro(name, type)
virtual void PrintSelf(ostream &os, vtkIndent indent)
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
static vtkMergeCells * New()
dataset represents arbitrary combinations of all possible cell types