18 #ifndef __itkIsolatedWatershedImageFilter_h
19 #define __itkIsolatedWatershedImageFilter_h
40 template<
class TInputImage,
class TOutputImage >
63 typedef typename InputImageType::IndexType
IndexType;
64 typedef typename InputImageType::SizeType
SizeType;
76 void PrintSelf(std::ostream & os,
Indent indent)
const;
89 itkSetMacro(Threshold,
double);
90 itkGetConstMacro(Threshold,
double);
95 itkSetMacro(IsolatedValueTolerance,
double);
96 itkGetConstMacro(IsolatedValueTolerance,
double);
101 itkSetMacro(UpperValueLimit,
double);
102 itkGetConstMacro(UpperValueLimit,
double);
115 itkGetConstMacro(IsolatedValue,
double);
136 void GenerateInputRequestedRegion();
139 void EnlargeOutputRequestedRegion(
DataObject *output);
145 void operator=(
const Self &);
149 #ifndef ITK_MANUAL_INSTANTIATION
150 #include "itkIsolatedWatershedImageFilter.hxx"