44 #ifndef vtkUnstructuredGridGeometryFilter_h 45 #define vtkUnstructuredGridGeometryFilter_h 47 #include "vtkFiltersGeometryModule.h" 51 class vtkHashTableOfSurfels;
67 vtkGetMacro(PointClipping,
int);
76 vtkGetMacro(CellClipping,
int);
85 vtkGetMacro(ExtentClipping,
int);
124 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
125 double zMin,
double zMax);
131 void SetExtent(
double extent[6]);
142 vtkGetMacro(Merging,
int);
156 vtkGetMacro(PassThroughCellIds,
int);
159 vtkGetMacro(PassThroughPointIds,
int);
170 vtkSetStringMacro(OriginalCellIdsName);
172 return ( this->OriginalCellIdsName
173 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
175 vtkSetStringMacro(OriginalPointIdsName);
177 return ( this->OriginalPointIdsName
178 ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
194 void CreateDefaultLocator();
virtual const char * GetOriginalPointIdsName()
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the fi...
char * OriginalPointIdsName
Superclass for algorithms that produce only vtkUnstructureGridBase subclasses as output.
virtual const char * GetOriginalCellIdsName()
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the fi...
Abstract class in support of both point location and point insertion.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt64 vtkMTimeType
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
double * GetExtent()
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
char * OriginalCellIdsName
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkUnstructuredGridBaseAlgorithm * New()
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkHashTableOfSurfels * HashTable
extract geometry from an unstructured grid
vtkIncrementalPointLocator * Locator
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.