18 #ifndef __itkBinaryErodeImageFilter_h
19 #define __itkBinaryErodeImageFilter_h
66 template<
class TInputImage,
class TOutputImage,
class TKernel >
73 itkStaticConstMacro(InputImageDimension,
unsigned int,
74 TInputImage::ImageDimension);
75 itkStaticConstMacro(OutputImageDimension,
unsigned int,
76 TOutputImage::ImageDimension);
80 itkStaticConstMacro(KernelDimension,
unsigned int,
81 TKernel::NeighborhoodDimension);
120 { this->SetForegroundValue(value); }
126 {
return this->GetForegroundValue(); }
131 void PrintSelf(std::ostream & os,
Indent indent)
const;
140 void operator=(
const Self &);
144 #ifndef ITK_MANUAL_INSTANTIATION
145 #include "itkBinaryErodeImageFilter.hxx"