18 #ifndef itkBinaryMorphologicalClosingImageFilter_h
19 #define itkBinaryMorphologicalClosingImageFilter_h
57 template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
98 itkSetMacro(SafeBorder,
bool);
99 itkGetConstReferenceMacro(SafeBorder,
bool);
100 itkBooleanMacro(SafeBorder);
107 PrintSelf(std::ostream & os,
Indent indent)
const override;
112 GenerateData()
override;
121 #ifndef ITK_MANUAL_INSTANTIATION
122 # include "itkBinaryMorphologicalClosingImageFilter.hxx"