44 #ifndef vtkUnstructuredGridGeometryFilter_h
45 #define vtkUnstructuredGridGeometryFilter_h
47 #include "vtkFiltersGeometryModule.h"
51 class vtkHashTableOfSurfels;
67 vtkGetMacro(PointClipping,
int);
76 vtkGetMacro(CellClipping,
int);
85 vtkGetMacro(ExtentClipping,
int);
124 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
125 double zMin,
double zMax);
131 void SetExtent(
double extent[6]);
142 vtkGetMacro(Merging,
int);
156 vtkGetMacro(PassThroughCellIds,
int);
159 vtkGetMacro(PassThroughPointIds,
int);
170 vtkSetStringMacro(OriginalCellIdsName);
172 return ( this->OriginalCellIdsName
173 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
175 vtkSetStringMacro(OriginalPointIdsName);
177 return ( this->OriginalPointIdsName
178 ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
194 void CreateDefaultLocator();
219 int PassThroughCellIds;
220 int PassThroughPointIds;
221 char *OriginalCellIdsName;
222 char *OriginalPointIdsName;
227 vtkHashTableOfSurfels *HashTable;