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