44 #ifndef vtkImageDataGeometryFilter_h
45 #define vtkImageDataGeometryFilter_h
47 #include "vtkFiltersGeometryModule.h"
65 void SetExtent(
int extent[6]);
66 void SetExtent(
int iMin,
int iMax,
int jMin,
int jMax,
int kMin,
int kMax);
86 vtkSetMacro(ThresholdValue,
double);
87 vtkGetMacro(ThresholdValue,
double);
88 vtkBooleanMacro(ThresholdValue,
double);