18 #ifndef __itkDilateObjectMorphologyImageFilter_h
19 #define __itkDilateObjectMorphologyImageFilter_h
45 template<
class TInputImage,
class TOutputImage,
class TKernel >
64 typedef typename Superclass::PixelType
PixelType;
75 typedef typename Superclass::DefaultBoundaryConditionType
81 #ifdef ITK_USE_CONCEPT_CHECKING
92 void PrintSelf(std::ostream & os,
Indent indent)
const;
98 void Evaluate(OutputNeighborhoodIteratorType & nit,
99 const KernelType & kernel);
103 void operator=(
const Self &);
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "itkDilateObjectMorphologyImageFilter.hxx"