18 #ifndef __itkBinaryMorphologicalOpeningImageFilter_h
19 #define __itkBinaryMorphologicalOpeningImageFilter_h
54 template<
class TInputImage,
class TOutputImage,
class TKernel >
89 itkGetConstMacro(ForegroundValue,
PixelType);
95 itkGetConstMacro(BackgroundValue,
PixelType);
100 void PrintSelf(std::ostream & os,
Indent indent)
const;
109 void operator=(
const Self &);
118 #ifndef ITK_MANUAL_INSTANTIATION
119 #include "itkBinaryMorphologicalOpeningImageFilter.hxx"