18#ifndef itkBinaryClosingByReconstructionImageFilter_h
19#define itkBinaryClosingByReconstructionImageFilter_h
48template <
typename TInputImage,
typename TKernel>
93 itkSetMacro(FullyConnected,
bool);
94 itkGetConstReferenceMacro(FullyConnected,
bool);
95 itkBooleanMacro(FullyConnected);
120 bool m_FullyConnected{};
126#ifndef ITK_MANUAL_INSTANTIATION
127# include "itkBinaryClosingByReconstructionImageFilter.hxx"
binary closing by reconstruction of an image.
void GenerateInputRequestedRegion() override
TInputImage OutputImageType
void PrintSelf(std::ostream &os, Indent indent) const override
typename InputImageType::Pointer InputImagePointer
TInputImage InputImageType
~BinaryClosingByReconstructionImageFilter() override=default
typename TInputImage::PixelType InputPixelType
BinaryClosingByReconstructionImageFilter()
typename TInputImage::PixelType OutputPixelType
void GenerateData() override
typename OutputImageType::RegionType OutputImageRegionType
Control indentation during Print() invocation.
A base class for all the filters working on an arbitrary shaped neighborhood.
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....