Go to the documentation of this file.
49 #ifndef vtkGenericGeometryFilter_h
50 #define vtkGenericGeometryFilter_h
113 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
114 double zMin,
double zMax);
#define vtkGetObjectMacro(name, type)
void StructuredGridExecute()
represent and manipulate point attribute data
void CreateDefaultLocator()
#define vtkTypeMacro(thisClass, superclass)
void PrintSelf(ostream &os, vtkIndent indent)
void SetExtent(double extent[6])
#define vtkSetClampMacro(name, type, min, max)
vtkGenericGeometryFilter()
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
#define VTKFILTERSGENERIC_EXPORT
#define vtkGetMacro(name, type)
extract geometry from data (or convert data to polygonal type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
int FillInputPortInformation(int, vtkInformation *)
void SetLocator(vtkIncrementalPointLocator *locator)
static vtkGenericGeometryFilter * New()
vtkIncrementalPointLocator * Locator
void UnstructuredGridExecute()
vtkPointData * InternalPD
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetExtent(double xMin, double xMax, double yMin, double yMax, double zMin, double zMax)
~vtkGenericGeometryFilter()
Superclass for algorithms that produce only polydata as output.