43 #ifndef __vtkUnstructuredGridGeometryFilter_h
44 #define __vtkUnstructuredGridGeometryFilter_h
49 class vtkHashTableOfSurfels;
60 vtkSetMacro(PointClipping,
int);
61 vtkGetMacro(PointClipping,
int);
62 vtkBooleanMacro(PointClipping,
int);
67 vtkSetMacro(CellClipping,
int);
68 vtkGetMacro(CellClipping,
int);
69 vtkBooleanMacro(CellClipping,
int);
74 vtkSetMacro(ExtentClipping,
int);
75 vtkGetMacro(ExtentClipping,
int);
76 vtkBooleanMacro(ExtentClipping,
int);
106 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
107 double zMin,
double zMax);
113 void SetExtent(
double extent[6]);
121 vtkSetMacro(Merging,
int);
122 vtkGetMacro(Merging,
int);
123 vtkBooleanMacro(Merging,
int);
133 vtkSetMacro(PassThroughCellIds,
int);
134 vtkGetMacro(PassThroughCellIds,
int);
135 vtkBooleanMacro(PassThroughCellIds,
int);
136 vtkSetMacro(PassThroughPointIds,
int);
137 vtkGetMacro(PassThroughPointIds,
int);
138 vtkBooleanMacro(PassThroughPointIds,
int);
146 vtkSetStringMacro(OriginalCellIdsName);
148 return ( this->OriginalCellIdsName
149 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
151 vtkSetStringMacro(OriginalPointIdsName);
153 return ( this->OriginalPointIdsName
154 ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
166 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 *)