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