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);