43 #ifndef __vtkUnstructuredGridGeometryFilter_h
44 #define __vtkUnstructuredGridGeometryFilter_h
49 class vtkHashTableOfSurfels;
60 vtkSetMacro(PointClipping,
int);
61 vtkGetMacro(PointClipping,
int);
62 vtkBooleanMacro(PointClipping,
int);
67 vtkSetMacro(CellClipping,
int);
68 vtkGetMacro(CellClipping,
int);
69 vtkBooleanMacro(CellClipping,
int);
74 vtkSetMacro(ExtentClipping,
int);
75 vtkGetMacro(ExtentClipping,
int);
76 vtkBooleanMacro(ExtentClipping,
int);
106 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
107 double zMin,
double zMax);
113 void SetExtent(
double extent[6]);
121 vtkSetMacro(Merging,
int);
122 vtkGetMacro(Merging,
int);
123 vtkBooleanMacro(Merging,
int);
133 vtkSetMacro(PassThroughCellIds,
int);
134 vtkGetMacro(PassThroughCellIds,
int);
135 vtkBooleanMacro(PassThroughCellIds,
int);
136 vtkSetMacro(PassThroughPointIds,
int);
137 vtkGetMacro(PassThroughPointIds,
int);
138 vtkBooleanMacro(PassThroughPointIds,
int);
146 vtkSetStringMacro(OriginalCellIdsName);
148 return ( this->OriginalCellIdsName
149 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
151 vtkSetStringMacro(OriginalPointIdsName);
153 return ( this->OriginalPointIdsName
154 ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
166 void CreateDefaultLocator();