18 #ifndef __itkErodeObjectMorphologyImageFilter_h
19 #define __itkErodeObjectMorphologyImageFilter_h
45 template<
class TInputImage,
class TOutputImage,
class TKernel >
74 typedef typename Superclass::DefaultBoundaryConditionType
81 this->SetObjectValue(objectValue);
88 return this->GetObjectValue();
92 itkSetMacro(BackgroundValue, PixelType);
100 #ifdef ITK_USE_CONCEPT_CHECKING
111 void PrintSelf(std::ostream & os,
Indent indent)
const;
117 void Evaluate(OutputNeighborhoodIteratorType & nit,
118 const KernelType & kernel);
122 void operator=(
const Self &);
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkErodeObjectMorphologyImageFilter.hxx"