43 #ifndef __vtkImageDataGeometryFilter_h
44 #define __vtkImageDataGeometryFilter_h
46 #include "vtkFiltersGeometryModule.h"
53 void PrintSelf(ostream& os, vtkIndent indent);
60 void SetExtent(
int extent[6]);
61 void SetExtent(
int iMin,
int iMax,
int jMin,
int jMax,
int kMin,
int kMax);
69 vtkSetMacro(ThresholdCells,
int);
70 vtkGetMacro(ThresholdCells,
int);
71 vtkBooleanMacro(ThresholdCells,
int);
78 vtkSetMacro(ThresholdValue,
double);
79 vtkGetMacro(ThresholdValue,
double);
80 vtkBooleanMacro(ThresholdValue,
double);
87 vtkSetMacro(OutputTriangles,
int);
88 vtkGetMacro(OutputTriangles,
int);
89 vtkBooleanMacro(OutputTriangles,
int);
96 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
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.