18 #ifndef itkBinaryOpeningByReconstructionImageFilter_h
19 #define itkBinaryOpeningByReconstructionImageFilter_h
48 template<
typename TInputImage,
typename TKernel>
98 itkSetMacro(FullyConnected,
bool);
99 itkGetConstReferenceMacro(FullyConnected,
bool);
100 itkBooleanMacro(FullyConnected);
106 void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
113 void GenerateInputRequestedRegion() ITK_OVERRIDE;
117 void GenerateData () ITK_OVERRIDE;
126 bool m_FullyConnected;
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkBinaryOpeningByReconstructionImageFilter.hxx"
SmartPointer< const Self > ConstPointer
KernelImageFilter< TInputImage, TInputImage, TKernel > Superclass
TInputImage::PixelType PixelType
BinaryOpeningByReconstructionImageFilter Self
Base class for all process objects that output image data.
SmartPointer< Self > Pointer
InputImageType::Pointer InputImagePointer
TInputImage OutputImageType
A base class for all the filters working on an arbitrary shaped neighborhood.
OutputImageType::RegionType OutputImageRegionType
TInputImage InputImageType
Control indentation during Print() invocation.
binary morphological closing of an image.
~BinaryOpeningByReconstructionImageFilter() override