43 #ifndef __vtkImageDataGeometryFilter_h
44 #define __vtkImageDataGeometryFilter_h
59 void SetExtent(
int extent[6]);
60 void SetExtent(
int iMin,
int iMax,
int jMin,
int jMax,
int kMin,
int kMax);
68 vtkSetMacro(ThresholdCells,
int);
69 vtkGetMacro(ThresholdCells,
int);
70 vtkBooleanMacro(ThresholdCells,
int);
77 vtkSetMacro(ThresholdValue,
double);
78 vtkGetMacro(ThresholdValue,
double);
79 vtkBooleanMacro(ThresholdValue,
double);
86 vtkSetMacro(OutputTriangles,
int);
87 vtkGetMacro(OutputTriangles,
int);
88 vtkBooleanMacro(OutputTriangles,
int);
extract geometry for structured points
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
~vtkImageDataGeometryFilter()
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation