49 #ifndef vtkGenericGeometryFilter_h
50 #define vtkGenericGeometryFilter_h
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);
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();
151 vtkSetMacro(PassThroughCellIds,
int);
152 vtkGetMacro(PassThroughCellIds,
int);
153 vtkBooleanMacro(PassThroughCellIds,
int);
161 void PolyDataExecute();
162 void UnstructuredGridExecute();
163 void StructuredGridExecute();
virtual int FillInputPortInformation(int port, vtkInformation *info)
represent and manipulate point attribute data
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Abstract class in support of both point location and point insertion.
#define VTKFILTERSGENERIC_EXPORT
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 unsigned long GetMTime()
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkIncrementalPointLocator * Locator
vtkPointData * InternalPD