49 #ifndef __vtkGenericGeometryFilter_h
50 #define __vtkGenericGeometryFilter_h
52 #include "vtkFiltersGenericModule.h"
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);
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 *);
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Abstract class in support of both point location and point insertion.
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
extract geometry from data (or convert data to polygonal type)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkIncrementalPointLocator * Locator
vtkPointData * InternalPD