Go to the documentation of this file.
58 #ifndef vtkGeometryFilter_h
59 #define vtkGeometryFilter_h
121 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
122 double zMin,
double zMax);
void SetExtent(double xMin, double xMax, double yMin, double yMax, double zMin, double zMax)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkGetObjectMacro(name, type)
#define VTKFILTERSGEOMETRY_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
void StructuredGridExecute(vtkDataSet *, vtkPolyData *, vtkInformation *)
extract geometry from data (or convert data to polygonal type)
static vtkGeometryFilter * New()
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkTypeMacro(thisClass, superclass)
vtkIncrementalPointLocator * Locator
#define vtkSetClampMacro(name, type, min, max)
void CreateDefaultLocator()
a simple class to control print indentation
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Abstract class in support of both point location and point insertion.
#define vtkGetMacro(name, type)
void SetLocator(vtkIncrementalPointLocator *locator)
void SetExtent(double extent[6])
void UnstructuredGridExecute(vtkDataSet *, vtkPolyData *)
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
concrete dataset represents vertices, lines, polygons, and triangle strips
void PolyDataExecute(vtkDataSet *, vtkPolyData *)
Superclass for algorithms that produce only polydata as output.