53 #ifndef vtkGeometryFilter_h
54 #define vtkGeometryFilter_h
56 #include "vtkFiltersGeometryModule.h"
73 vtkGetMacro(PointClipping,
int);
82 vtkGetMacro(CellClipping,
int);
91 vtkGetMacro(ExtentClipping,
int);
130 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
131 double zMin,
double zMax);
137 void SetExtent(
double extent[6]);
148 vtkGetMacro(Merging,
int);
164 void CreateDefaultLocator();
173 ~vtkGeometryFilter() VTK_OVERRIDE;
176 int FillInputPortInformation(
int port, vtkInformation *
info) VTK_OVERRIDE;
180 void UnstructuredGridExecute(vtkDataSet *, vtkPolyData *);
181 void StructuredGridExecute(vtkDataSet *, vtkPolyData *, vtkInformation *);
182 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
196 vtkGeometryFilter(const vtkGeometryFilter&) VTK_DELETE_FUNCTION;
197 void operator=(const vtkGeometryFilter&) VTK_DELETE_FUNCTION;
vtkTypeUInt32 vtkMTimeType
abstract class to specify dataset behavior
Abstract class in support of both point location and point insertion.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
double * GetExtent()
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
extract geometry from data (or convert data to polygonal type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.