17 #ifndef __itkWatershedRelabeler_h
18 #define __itkWatershedRelabeler_h
63 template <
class TScalarType,
unsigned int TImageDimension>
77 itkStaticConstMacro(ImageDimension,
unsigned int,TImageDimension);
127 itkSetClampMacro(FloodLevel,
double, 0.0, 1.0);
128 itkGetConstMacro(FloodLevel,
double);
131 void GraftOutput(ImageType *graft);
132 void GraftNthOutput(
unsigned int idx, ImageType *graft);
139 void PrintSelf(std::ostream& os,
Indent indent)
const;
142 void GenerateOutputRequestedRegion(
DataObject *output);
143 void GenerateInputRequestedRegion();
149 #ifndef ITK_MANUAL_INSTANTIATION