18 #ifndef itkDilateObjectMorphologyImageFilter_h
19 #define itkDilateObjectMorphologyImageFilter_h
45 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
82 #ifdef ITK_USE_CONCEPT_CHECKING
92 void PrintSelf(std::ostream & os,
Indent indent)
const override;
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "itkDilateObjectMorphologyImageFilter.hxx"
typename TKernel::PixelType KernelPixelType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
typename Superclass::PixelType PixelType
typename KernelType::ConstIterator KernelIteratorType
Control indentation during Print() invocation.
typename Superclass::DefaultBoundaryConditionType DefaultBoundaryConditionType
dilation of an object in an image
#define itkConceptMacro(name, concept)
DefaultBoundaryConditionType m_DilateBoundaryCondition
Base class for the morphological operations being applied to isolated objects in an image...
Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image.