18 #ifndef __itkBinaryMorphologicalClosingImageFilter_h
19 #define __itkBinaryMorphologicalClosingImageFilter_h
54 template<
class TInputImage,
class TOutputImage,
class TKernel >
94 itkSetMacro(SafeBorder,
bool);
95 itkGetConstReferenceMacro(SafeBorder,
bool);
96 itkBooleanMacro(SafeBorder);
100 void PrintSelf(std::ostream & os,
Indent indent)
const;
110 void operator=(
const Self &);
119 #ifndef ITK_MANUAL_INSTANTIATION
120 #include "itkBinaryMorphologicalClosingImageFilter.hxx"