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