43 #ifndef vtkUnstructuredGridGeometryFilter_h
44 #define vtkUnstructuredGridGeometryFilter_h
50 class vtkHashTableOfSurfels;
59 void PrintSelf(ostream& os,
vtkIndent indent);
63 vtkSetMacro(PointClipping,
int);
64 vtkGetMacro(PointClipping,
int);
65 vtkBooleanMacro(PointClipping,
int);
70 vtkSetMacro(CellClipping,
int);
71 vtkGetMacro(CellClipping,
int);
72 vtkBooleanMacro(CellClipping,
int);
77 vtkSetMacro(ExtentClipping,
int);
78 vtkGetMacro(ExtentClipping,
int);
79 vtkBooleanMacro(ExtentClipping,
int);
85 vtkGetMacro(PointMinimum,vtkIdType);
90 vtkSetClampMacro(PointMaximum,vtkIdType,0,VTK_ID_MAX);
91 vtkGetMacro(PointMaximum,vtkIdType);
96 vtkSetClampMacro(CellMinimum,vtkIdType,0,VTK_ID_MAX);
97 vtkGetMacro(CellMinimum,vtkIdType);
102 vtkSetClampMacro(CellMaximum,vtkIdType,0,VTK_ID_MAX);
103 vtkGetMacro(CellMaximum,vtkIdType);
109 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
110 double zMin,
double zMax);
116 void SetExtent(
double extent[6]);
117 double *GetExtent() {
return this->Extent;};
124 vtkSetMacro(Merging,
int);
125 vtkGetMacro(Merging,
int);
126 vtkBooleanMacro(Merging,
int);
136 vtkSetMacro(PassThroughCellIds,
int);
137 vtkGetMacro(PassThroughCellIds,
int);
138 vtkBooleanMacro(PassThroughCellIds,
int);
139 vtkSetMacro(PassThroughPointIds,
int);
140 vtkGetMacro(PassThroughPointIds,
int);
141 vtkBooleanMacro(PassThroughPointIds,
int);
149 vtkSetStringMacro(OriginalCellIdsName);
151 return ( this->OriginalCellIdsName
152 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
154 vtkSetStringMacro(OriginalPointIdsName);
156 return ( this->OriginalPointIdsName
157 ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
169 void CreateDefaultLocator();
virtual const char * GetOriginalPointIdsName()
char * OriginalPointIdsName
Superclass for algorithms that produce only vtkUnstructureGridBase subclasses as output.
virtual const char * GetOriginalCellIdsName()
Abstract class in support of both point location and point insertion.
char * OriginalCellIdsName
virtual unsigned long GetMTime()
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkUnstructuredGridBaseAlgorithm * New()
vtkHashTableOfSurfels * HashTable
extract geometry from an unstructured grid
vtkIncrementalPointLocator * Locator
#define VTKFILTERSGEOMETRY_EXPORT
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation(int port, vtkInformation *info)