49 #ifndef __vtkGenericGeometryFilter_h
50 #define __vtkGenericGeometryFilter_h
52 #include "vtkFiltersGenericModule.h"
53 #include "vtkPolyDataAlgorithm.h"
55 class vtkIncrementalPointLocator;
63 void PrintSelf(ostream& os, vtkIndent indent);
67 vtkSetMacro(PointClipping,
int);
68 vtkGetMacro(PointClipping,
int);
69 vtkBooleanMacro(PointClipping,
int);
74 vtkSetMacro(CellClipping,
int);
75 vtkGetMacro(CellClipping,
int);
76 vtkBooleanMacro(CellClipping,
int);
81 vtkSetMacro(ExtentClipping,
int);
82 vtkGetMacro(ExtentClipping,
int);
83 vtkBooleanMacro(ExtentClipping,
int);
88 vtkSetClampMacro(PointMinimum,vtkIdType,0,VTK_ID_MAX);
89 vtkGetMacro(PointMinimum,vtkIdType);
94 vtkSetClampMacro(PointMaximum,vtkIdType,0,VTK_ID_MAX);
95 vtkGetMacro(PointMaximum,vtkIdType);
100 vtkSetClampMacro(CellMinimum,vtkIdType,0,VTK_ID_MAX);
101 vtkGetMacro(CellMinimum,vtkIdType);
106 vtkSetClampMacro(CellMaximum,vtkIdType,0,VTK_ID_MAX);
107 vtkGetMacro(CellMaximum,vtkIdType);
113 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
114 double zMin,
double zMax);
120 void SetExtent(
double extent[6]);
128 vtkSetMacro(Merging,
int);
129 vtkGetMacro(Merging,
int);
130 vtkBooleanMacro(Merging,
int);
136 void SetLocator(vtkIncrementalPointLocator *locator);
137 vtkGetObjectMacro(Locator,vtkIncrementalPointLocator);
141 void CreateDefaultLocator();
144 unsigned long GetMTime();
151 vtkSetMacro(PassThroughCellIds,
int);
152 vtkGetMacro(PassThroughCellIds,
int);
153 vtkBooleanMacro(PassThroughCellIds,
int);
160 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
161 void PolyDataExecute();
162 void UnstructuredGridExecute();
163 void StructuredGridExecute();
164 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
165 int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
167 int FillInputPortInformation(
int, vtkInformation*);
extract geometry from data (or convert data to polygonal type)
vtkIncrementalPointLocator * Locator
vtkPointData * InternalPD