45 #ifndef vtkMergeCells_h
46 #define vtkMergeCells_h
48 #include "vtkFiltersGeneralModule.h"
56 class vtkMergeCellsSTLCloak;
99 vtkSetMacro(UseGlobalIds,
int);
100 vtkGetMacro(UseGlobalIds,
int);
111 vtkGetMacro(PointMergeTolerance,
float);
118 vtkSetMacro(UseGlobalCellIds,
int);
119 vtkGetMacro(UseGlobalCellIds,
int);
137 vtkSetMacro(TotalNumberOfDataSets,
int);
138 vtkGetMacro(TotalNumberOfDataSets,
int);
176 int TotalNumberOfDataSets;
185 int GlobalIdArrayType;
188 int UseGlobalCellIds;
189 int GlobalCellIdArrayType;
190 void* GlobalCellIdArray;
192 float PointMergeTolerance;
196 char InputIsPointSet;
198 vtkMergeCellsSTLCloak *GlobalIdMap;
199 vtkMergeCellsSTLCloak *GlobalCellIdMap;