43 #ifndef vtkUnstructuredGridGeometryFilter_h 44 #define vtkUnstructuredGridGeometryFilter_h 50 class vtkHashTableOfSurfels;
59 void PrintSelf(ostream& os,
vtkIndent indent);
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;};
151 return ( this->OriginalCellIdsName
152 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
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()
#define vtkGetMacro(name, type)
Abstract class in support of both point location and point insertion.
#define vtkSetClampMacro(name, type, min, max)
#define vtkSetStringMacro(name)
#define vtkTypeMacro(thisClass, superclass)
char * OriginalCellIdsName
virtual unsigned long GetMTime()
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetObjectMacro(name, type)
static vtkUnstructuredGridBaseAlgorithm * New()
vtkHashTableOfSurfels * HashTable
extract geometry from an unstructured grid
vtkIncrementalPointLocator * Locator
#define vtkBooleanMacro(name, type)
#define VTKFILTERSGEOMETRY_EXPORT
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define vtkSetMacro(name, type)