Go to the documentation of this file.
59 #ifndef vtkGeometryFilter_h
60 #define vtkGeometryFilter_h
62 #include "vtkFiltersGeometryModule.h"
79 vtkGetMacro(PointClipping,
int);
88 vtkGetMacro(CellClipping,
int);
97 vtkGetMacro(ExtentClipping,
int);
136 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
137 double zMin,
double zMax);
154 vtkGetMacro(Merging,
int);
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.
extract geometry from data (or convert data to polygonal type)
static vtkGeometryFilter * New()
vtkTypeUInt64 vtkMTimeType
void CreateDefaultLocator()
Create default locator.
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
void SetExtent(double extent[6])
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMTimeType GetMTime() override
Return the MTime also considering the locator.
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only polydata as output.