18 #ifndef __itkWatershedEquivalenceRelabeler_h
19 #define __itkWatershedEquivalenceRelabeler_h
52 template<
class TScalarType,
unsigned int TImageDimension >
58 itkStaticConstMacro(ImageDimension,
unsigned int, TImageDimension);
115 using Superclass::MakeOutput;
122 static_cast< ImageType *
>( this->MakeOutput(0).GetPointer() );
123 this->SetNumberOfRequiredOutputs(1);
130 void PrintSelf(std::ostream & os,
Indent indent)
const;
132 void GenerateOutputRequestedRegion(
DataObject *output);
134 void GenerateInputRequestedRegion();
139 #ifndef ITK_MANUAL_INSTANTIATION
140 #include "itkWatershedEquivalenceRelabeler.hxx"