18 #ifndef itkBinaryClosingByReconstructionImageFilter_h
19 #define itkBinaryClosingByReconstructionImageFilter_h
48 template<
typename TInputImage,
typename TKernel>
93 itkSetMacro(FullyConnected,
bool);
94 itkGetConstReferenceMacro(FullyConnected,
bool);
95 itkBooleanMacro(FullyConnected);
101 void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
108 void GenerateInputRequestedRegion() ITK_OVERRIDE;
112 void GenerateData () ITK_OVERRIDE;
119 bool m_FullyConnected;
125 #ifndef ITK_MANUAL_INSTANTIATION
126 #include "itkBinaryClosingByReconstructionImageFilter.hxx"
binary closing by reconstruction of an image.
TInputImage::PixelType OutputPixelType
OutputImageType::RegionType OutputImageRegionType
TInputImage::PixelType InputPixelType
Base class for all process objects that output image data.
TInputImage InputImageType
~BinaryClosingByReconstructionImageFilter() override
A base class for all the filters working on an arbitrary shaped neighborhood.
SmartPointer< const Self > ConstPointer
BinaryClosingByReconstructionImageFilter Self
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
KernelImageFilter< TInputImage, TInputImage, TKernel > Superclass
InputImageType::Pointer InputImagePointer
TInputImage OutputImageType
TInputImage::PixelType InputPixelType