18 #ifndef itkErodeObjectMorphologyImageFilter_h
19 #define itkErodeObjectMorphologyImageFilter_h
46 template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
66 using typename Superclass::PixelType;
77 using typename Superclass::DefaultBoundaryConditionType;
84 this->SetObjectValue(objectValue);
92 return this->GetObjectValue();
96 itkSetMacro(BackgroundValue, PixelType);
99 itkGetConstMacro(BackgroundValue, PixelType);
104 #ifdef ITK_USE_CONCEPT_CHECKING
114 PrintSelf(std::ostream & os,
Indent indent)
const override;
124 PixelType m_BackgroundValue{};
128 DefaultBoundaryConditionType m_ErodeBoundaryCondition{};
132 #ifndef ITK_MANUAL_INSTANTIATION
133 # include "itkErodeObjectMorphologyImageFilter.hxx"