18 #ifndef __itkGrayscaleErodeImageFilter_h
19 #define __itkGrayscaleErodeImageFilter_h
52 template<
class TInputImage,
class TOutputImage,
class TKernel >
71 itkStaticConstMacro(ImageDimension,
unsigned int,
72 TInputImage::ImageDimension);
78 typedef typename TInputImage::SizeType
SizeType;
115 void SetAlgorithm(
int algo);
117 itkGetConstMacro(Algorithm,
int);
120 virtual void Modified()
const;
135 void PrintSelf(std::ostream & os,
Indent indent)
const;
141 void operator=(
const Self &);
162 #ifndef ITK_MANUAL_INSTANTIATION
163 #include "itkGrayscaleErodeImageFilter.hxx"