44#ifndef vtkUnstructuredGridGeometryFilter_h
45#define vtkUnstructuredGridGeometryFilter_h
47#include "vtkFiltersGeometryModule.h"
51class vtkHashTableOfSurfels;
60 void PrintSelf(ostream& os,
vtkIndent indent) VTK_OVERRIDE;
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);
132 double *GetExtent() {
return this->Extent;};
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");
219 int PassThroughCellIds;
220 int PassThroughPointIds;
221 char *OriginalCellIdsName;
222 char *OriginalPointIdsName;
227 vtkHashTableOfSurfels *HashTable;
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
Superclass for algorithms that produce only vtkUnstructureGridBase subclasses as output.
extract geometry from an unstructured grid
static vtkUnstructuredGridGeometryFilter * New()
virtual const char * GetOriginalPointIdsName()
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
void CreateDefaultLocator()
Create default locator.
virtual const char * GetOriginalCellIdsName()
vtkMTimeType GetMTime() override
Return the MTime also considering the locator.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkTypeUInt64 vtkMTimeType