Go to the documentation of this file.
43 #ifndef vtkUnstructuredGridGeometryFilter_h
44 #define vtkUnstructuredGridGeometryFilter_h
50 class vtkHashTableOfSurfels;
109 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
110 double zMin,
double zMax);
117 double *GetExtent() {
return this->Extent;};
151 return ( this->OriginalCellIdsName
152 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
156 return ( this->OriginalPointIdsName
157 ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
#define vtkGetObjectMacro(name, type)
vtkIncrementalPointLocator * Locator
#define VTKFILTERSGEOMETRY_EXPORT
static vtkUnstructuredGridGeometryFilter * New()
#define vtkTypeMacro(thisClass, superclass)
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkSetClampMacro(name, type, min, max)
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void CreateDefaultLocator()
char * OriginalCellIdsName
a simple class to control print indentation
#define vtkSetStringMacro(name)
Abstract class in support of both point location and point insertion.
extract geometry from an unstructured grid
Superclass for algorithms that produce only vtkUnstructureGridBase subclasses as output.
#define vtkGetMacro(name, type)
vtkHashTableOfSurfels * HashTable
vtkBooleanMacro(IgnoreDriverBugs, bool)
~vtkUnstructuredGridGeometryFilter()
char * OriginalPointIdsName
vtkSetMacro(IgnoreDriverBugs, bool)
virtual const char * GetOriginalCellIdsName()
void SetLocator(vtkIncrementalPointLocator *locator)
vtkUnstructuredGridGeometryFilter()
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
virtual const char * GetOriginalPointIdsName()