53 #ifndef vtkGeometryFilter_h
54 #define vtkGeometryFilter_h
56 #include "vtkFiltersGeometryModule.h"
130 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
double zMin,
double zMax);
abstract class to specify dataset behavior
extract geometry from data (or convert data to polygonal type)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void StructuredGridExecute(vtkDataSet *, vtkPolyData *, vtkInformation *)
void CreateDefaultLocator()
Create default locator.
vtkMTimeType GetMTime() override
Return the MTime also considering the locator.
vtkIncrementalPointLocator * Locator
vtkTypeBool PointClipping
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int GetOutputPointsPrecision() const
void PolyDataExecute(vtkDataSet *, vtkPolyData *)
void SetOutputPointsPrecision(int precision)
Set/get the desired precision for the output types.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int OutputPointsPrecision
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
static vtkGeometryFilter * New()
void UnstructuredGridExecute(vtkDataSet *, vtkPolyData *)
~vtkGeometryFilter() override
vtkTypeBool ExtentClipping
void SetExtent(double extent[6])
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetExtent(double xMin, double xMax, double yMin, double yMax, double zMin, double zMax)
Specify a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkTypeUInt32 vtkMTimeType
#define VTK_SIZEHINT(...)