43 #ifndef __vtkUnstructuredGridGeometryFilter_h
44 #define __vtkUnstructuredGridGeometryFilter_h
50 class vtkHashTableOfSurfels;
61 vtkSetMacro(PointClipping,
int);
62 vtkGetMacro(PointClipping,
int);
63 vtkBooleanMacro(PointClipping,
int);
68 vtkSetMacro(CellClipping,
int);
69 vtkGetMacro(CellClipping,
int);
70 vtkBooleanMacro(CellClipping,
int);
75 vtkSetMacro(ExtentClipping,
int);
76 vtkGetMacro(ExtentClipping,
int);
77 vtkBooleanMacro(ExtentClipping,
int);
107 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
108 double zMin,
double zMax);
114 void SetExtent(
double extent[6]);
122 vtkSetMacro(Merging,
int);
123 vtkGetMacro(Merging,
int);
124 vtkBooleanMacro(Merging,
int);
134 vtkSetMacro(PassThroughCellIds,
int);
135 vtkGetMacro(PassThroughCellIds,
int);
136 vtkBooleanMacro(PassThroughCellIds,
int);
137 vtkSetMacro(PassThroughPointIds,
int);
138 vtkGetMacro(PassThroughPointIds,
int);
139 vtkBooleanMacro(PassThroughPointIds,
int);
147 vtkSetStringMacro(OriginalCellIdsName);
149 return ( this->OriginalCellIdsName
150 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
152 vtkSetStringMacro(OriginalPointIdsName);
154 return ( this->OriginalPointIdsName
155 ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
167 void CreateDefaultLocator();
virtual const char * GetOriginalPointIdsName()
char * OriginalPointIdsName
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual const char * GetOriginalCellIdsName()
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
virtual int FillInputPortInformation(int port, vtkInformation *info)
char * OriginalCellIdsName
virtual unsigned long GetMTime()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only unstructured grid as output.
vtkHashTableOfSurfels * HashTable
extract geometry from an unstructured grid
vtkIncrementalPointLocator * Locator
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTKFILTERSGEOMETRY_EXPORT