18#ifndef itkBinaryMorphologicalClosingImageFilter_h
19#define itkBinaryMorphologicalClosingImageFilter_h
57template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
98 itkSetMacro(SafeBorder,
bool);
99 itkGetConstReferenceMacro(SafeBorder,
bool);
100 itkBooleanMacro(SafeBorder);
121#ifndef ITK_MANUAL_INSTANTIATION
122# include "itkBinaryMorphologicalClosingImageFilter.hxx"
TInputImage InputImageType
BinaryMorphologicalClosingImageFilter()
typename TInputImage::PixelType InputPixelType
typename TInputImage::PixelType OutputPixelType
typename OutputImageType::RegionType OutputImageRegionType
KernelImageFilter< TInputImage, TOutputImage, TKernel > Superclass
typename InputImageType::Pointer InputImagePointer
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
void PrintSelf(std::ostream &os, Indent indent) const override
TOutputImage OutputImageType
void GenerateData() override
~BinaryMorphologicalClosingImageFilter() override=default
BinaryMorphologicalClosingImageFilter Self
InputPixelType m_ForegroundValue
Control indentation during Print() invocation.
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....