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;
93 itkSetMacro(Threshold,
double);
94 itkGetConstMacro(Threshold,
double);
99 itkSetMacro(IsolatedValueTolerance,
double);
100 itkGetConstMacro(IsolatedValueTolerance,
double);
105 itkSetMacro(UpperValueLimit,
double);
106 itkGetConstMacro(UpperValueLimit,
double);
119 itkGetConstMacro(IsolatedValue,
double);
140 void GenerateInputRequestedRegion();
143 void EnlargeOutputRequestedRegion(
DataObject *output);
149 void operator=(
const Self &);
153 #ifndef ITK_MANUAL_INSTANTIATION
154 #include "itkIsolatedWatershedImageFilter.hxx"