17 #ifndef __itkLabelReconstructionByDilationImageFilter_h
18 #define __itkLabelReconstructionByDilationImageFilter_h
49 template<
class TInputImage>
74 itkStaticConstMacro(InputImageDimension,
unsigned int,
75 TInputImage::ImageDimension);
76 itkStaticConstMacro(OutputImageDimension,
unsigned int,
77 TInputImage::ImageDimension);
78 itkStaticConstMacro(ImageDimension,
unsigned int,
79 TInputImage::ImageDimension);
95 #ifdef ITK_USE_CONCEPT_CHECKING
117 this->SetNthInput( 0, const_cast<InputImageType *>(input) );
130 this->SetNthInput( 1, const_cast<InputImageType *>(input) );
143 void PrintSelf(std::ostream& os,
Indent indent)
const;
148 void GenerateInputRequestedRegion() ;
151 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output));
160 void operator=(
const Self&);
168 #ifndef ITK_MANUAL_INSTANTIATION