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);
116 void operator=(const Self&);
126 #ifndef ITK_MANUAL_INSTANTIATION
127 #include "itkBinaryClosingByReconstructionImageFilter.hxx"
void GenerateInputRequestedRegion() override
void PrintSelf(std::ostream &os, Indent indent) const override
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
A base class for all the filters working on an arbitrary shaped neighborhood.
SmartPointer< const Self > ConstPointer
BinaryClosingByReconstructionImageFilter Self
BinaryClosingByReconstructionImageFilter()
void GenerateData() override
SmartPointer< Self > Pointer
~BinaryClosingByReconstructionImageFilter()
Control indentation during Print() invocation.
KernelImageFilter< TInputImage, TInputImage, TKernel > Superclass
InputImageType::Pointer InputImagePointer
TInputImage OutputImageType
TInputImage::PixelType InputPixelType
InputPixelType m_ForegroundValue