38 #ifndef vtkGenericGeometryFilter_h
39 #define vtkGenericGeometryFilter_h
41 #include "vtkFiltersGenericModule.h"
44 VTK_ABI_NAMESPACE_BEGIN
117 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
double zMin,
double zMax);
123 void SetExtent(
double extent[6]);
150 void CreateDefaultLocator();
174 void PolyDataExecute();
175 void UnstructuredGridExecute();
176 void StructuredGridExecute();
203 VTK_ABI_NAMESPACE_END
represent and manipulate point attribute data
vtkTypeBool PointClipping
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
double * GetExtent()
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
Abstract class in support of both point location and point insertion.
static vtkPolyDataAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.
extract geometry from data (or convert data to polygonal type)
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkIncrementalPointLocator * Locator
vtkTypeBool PassThroughCellIds
vtkPointData * InternalPD
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkTypeBool ExtentClipping
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.