49 #ifndef __vtkGenericGeometryFilter_h
50 #define __vtkGenericGeometryFilter_h
66 vtkSetMacro(PointClipping,
int);
67 vtkGetMacro(PointClipping,
int);
68 vtkBooleanMacro(PointClipping,
int);
73 vtkSetMacro(CellClipping,
int);
74 vtkGetMacro(CellClipping,
int);
75 vtkBooleanMacro(CellClipping,
int);
80 vtkSetMacro(ExtentClipping,
int);
81 vtkGetMacro(ExtentClipping,
int);
82 vtkBooleanMacro(ExtentClipping,
int);
112 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
113 double zMin,
double zMax);
119 void SetExtent(
double extent[6]);
127 vtkSetMacro(Merging,
int);
128 vtkGetMacro(Merging,
int);
129 vtkBooleanMacro(Merging,
int);
140 void CreateDefaultLocator();
150 vtkSetMacro(PassThroughCellIds,
int);
151 vtkGetMacro(PassThroughCellIds,
int);
152 vtkBooleanMacro(PassThroughCellIds,
int);
160 void PolyDataExecute();
161 void UnstructuredGridExecute();
162 void StructuredGridExecute();