18 #ifndef __itkGrayscaleMorphologicalClosingImageFilter_h
19 #define __itkGrayscaleMorphologicalClosingImageFilter_h
51 template<
class TInputImage,
class TOutputImage,
class TKernel >
70 itkStaticConstMacro(ImageDimension,
unsigned int,
71 TInputImage::ImageDimension);
77 typedef typename TInputImage::SizeType
SizeType;
110 void SetAlgorithm(
int algo);
112 itkGetConstMacro(Algorithm,
int);
116 virtual void Modified()
const;
128 itkSetMacro(SafeBorder,
bool);
129 itkGetConstReferenceMacro(SafeBorder,
bool);
130 itkBooleanMacro(SafeBorder);
136 void PrintSelf(std::ostream & os,
Indent indent)
const;
143 void operator=(
const Self &);
169 #ifndef ITK_MANUAL_INSTANTIATION
170 #include "itkGrayscaleMorphologicalClosingImageFilter.hxx"