Go to the documentation of this file.
43 #ifndef vtkImageDataGeometryFilter_h
44 #define vtkImageDataGeometryFilter_h
61 void SetExtent(
int iMin,
int iMax,
int jMin,
int jMax,
int kMin,
int kMax);
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkImageDataGeometryFilter * New()
#define VTKFILTERSGEOMETRY_EXPORT
#define vtkTypeMacro(thisClass, superclass)
void SetExtent(int extent[6])
vtkImageDataGeometryFilter()
virtual int FillInputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
extract geometry for structured points
~vtkImageDataGeometryFilter()
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetExtent(int iMin, int iMax, int jMin, int jMax, int kMin, int kMax)
Superclass for algorithms that produce only polydata as output.