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);
135 void SetExtent(
double extent[6]);
146 vtkGetMacro(Merging,
int);
162 void CreateDefaultLocator();
177 vtkGetMacro(PassThroughCellIds,
int);
186 void PolyDataExecute();
187 void UnstructuredGridExecute();
188 void StructuredGridExecute();
represent and manipulate point attribute data
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt64 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
extract geometry from data (or convert data to polygonal type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkIncrementalPointLocator * Locator
vtkPointData * InternalPD
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.