58 #ifndef vtkGeometryFilter_h
59 #define vtkGeometryFilter_h
75 vtkSetMacro(PointClipping,
int);
76 vtkGetMacro(PointClipping,
int);
77 vtkBooleanMacro(PointClipping,
int);
82 vtkSetMacro(CellClipping,
int);
83 vtkGetMacro(CellClipping,
int);
84 vtkBooleanMacro(CellClipping,
int);
89 vtkSetMacro(ExtentClipping,
int);
90 vtkGetMacro(ExtentClipping,
int);
91 vtkBooleanMacro(ExtentClipping,
int);
121 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
122 double zMin,
double zMax);
128 void SetExtent(
double extent[6]);
136 vtkSetMacro(Merging,
int);
137 vtkGetMacro(Merging,
int);
138 vtkBooleanMacro(Merging,
int);
149 void CreateDefaultLocator();
virtual int FillInputPortInformation(int port, vtkInformation *info)
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Abstract class in support of both point location and point insertion.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
extract geometry from data (or convert data to polygonal type)
#define VTKFILTERSGEOMETRY_EXPORT
vtkIncrementalPointLocator * Locator