18#ifndef itkBinaryErodeImageFilter_h
19#define itkBinaryErodeImageFilter_h
63template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
141#ifndef ITK_MANUAL_INSTANTIATION
142# include "itkBinaryErodeImageFilter.hxx"
~BinaryErodeImageFilter() override=default
SmartPointer< Self > Pointer
BinaryErodeImageFilter Self
typename InputImageType::OffsetType OffsetType
static constexpr unsigned int InputImageDimension
void PrintSelf(std::ostream &os, Indent indent) const override
typename OutputImageType::PixelType OutputPixelType
typename KernelType::ConstIterator KernelIteratorType
static constexpr unsigned int KernelDimension
typename InputImageType::SizeType InputSizeType
typename InputImageType::RegionType InputImageRegionType
typename NumericTraits< InputPixelType >::RealType InputRealType
static constexpr unsigned int OutputImageDimension
TInputImage InputImageType
void SetErodeValue(const InputPixelType &value)
void GenerateData() override
InputPixelType GetErodeValue() const
BinaryMorphologyImageFilter< InputImageType, OutputImageType, KernelType > Superclass
typename InputImageType::PixelType InputPixelType
TOutputImage OutputImageType
typename OutputImageType::RegionType OutputImageRegionType
SmartPointer< const Self > ConstPointer
typename InputImageType::IndexType IndexType
virtual InputPixelType GetForegroundValue() const
BinaryMorphologyImageFilter()
virtual void SetForegroundValue(InputPixelType _arg)
std::vector< OffsetType > NeighborIndexContainer
Control indentation during Print() invocation.
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....