18#ifndef itkBinaryFillholeImageFilter_h
19#define itkBinaryFillholeImageFilter_h
44template <
typename TInputImage>
84 itkSetMacro(FullyConnected,
bool);
85 itkGetConstReferenceMacro(FullyConnected,
bool);
86 itkBooleanMacro(FullyConnected);
129#ifndef ITK_MANUAL_INSTANTIATION
130# include "itkBinaryFillholeImageFilter.hxx"
static constexpr unsigned int OutputImageDimension
typename OutputImageType::Pointer OutputImagePointer
BinaryFillholeImageFilter Self
ImageToImageFilter< TInputImage, TInputImage > Superclass
typename InputImageType::Pointer InputImagePointer
TInputImage OutputImageType
void GenerateData() override
SmartPointer< Self > Pointer
void EnlargeOutputRequestedRegion(DataObject *output) override
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
SmartPointer< const Self > ConstPointer
InputImagePixelType m_ForegroundValue
static constexpr unsigned int InputImageDimension
typename OutputImageType::ConstPointer OutputImageConstPointer
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
typename OutputImageType::PixelType OutputImagePixelType
BinaryFillholeImageFilter()
typename InputImageType::PixelType InputImagePixelType
~BinaryFillholeImageFilter() override=default
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateInputRequestedRegion() override
Base class for all data objects in ITK.
Control indentation during Print() invocation.
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....