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();
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.
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