Go to the documentation of this file.
50 #ifndef vtkGenericGeometryFilter_h
51 #define vtkGenericGeometryFilter_h
53 #include "vtkFiltersGenericModule.h"
128 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
129 double zMin,
double zMax);
void StructuredGridExecute()
~vtkGenericGeometryFilter() override
represent and manipulate point attribute data
void CreateDefaultLocator()
Create default locator.
void SetExtent(double extent[6])
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
vtkTypeBool PointClipping
vtkGenericGeometryFilter()
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkTypeBool PassThroughCellIds
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
extract geometry from data (or convert data to polygonal type)
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
vtkMTimeType GetMTime() override
Return the MTime also considering the locator.
static vtkGenericGeometryFilter * New()
vtkTypeBool ExtentClipping
vtkIncrementalPointLocator * Locator
void UnstructuredGridExecute()
vtkPointData * InternalPD
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
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.
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.