18#ifndef itkMorphologyImageFilter_h
19#define itkMorphologyImageFilter_h
71template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
93 using typename Superclass::OutputImageRegionType;
96 static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
123 m_BoundaryCondition = i;
130 m_BoundaryCondition = &m_DefaultBoundaryCondition;
164#ifndef ITK_MANUAL_INSTANTIATION
165# include "itkMorphologyImageFilter.hxx"
typename TInputImage::RegionType RegionType
typename TInputImage::SizeType SizeType
typename TInputImage::SizeType RadiusType
typename TInputImage::IndexType IndexType
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
TInputImage InputImageType
Control indentation during Print() invocation.
A base class for all the filters working on an arbitrary shaped neighborhood.
Base class for the morphological operations such as erosion and dilation.
typename KernelType::ConstIterator KernelIteratorType
void ResetBoundaryCondition()
~MorphologyImageFilter() override=default
void OverrideBoundaryCondition(const ImageBoundaryConditionPointerType i)
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
virtual PixelType Evaluate(const NeighborhoodIteratorType &nit, const KernelIteratorType kernelBegin, const KernelIteratorType kernelEnd)=0
typename TInputImage::PixelType PixelType
void PrintSelf(std::ostream &os, Indent indent) const override
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....