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);
102 void PrintSelf(std::ostream & os,
Indent indent)
const;
111 void operator=(
const Self &);
120 #ifndef ITK_MANUAL_INSTANTIATION
121 #include "itkBinaryMorphologicalClosingImageFilter.hxx"