18#ifndef itkGrayscaleFillholeImageFilter_h
19#define itkGrayscaleFillholeImageFilter_h
54template <
typename TInputImage,
typename TOutputImage>
94 itkSetMacro(FullyConnected,
bool);
95 itkGetConstReferenceMacro(FullyConnected,
bool);
96 itkBooleanMacro(FullyConnected);
129#ifndef ITK_MANUAL_INSTANTIATION
130# include "itkGrayscaleFillholeImageFilter.hxx"
Base class for all data objects in ITK.
typename InputImageType::RegionType InputImageRegionType
typename OutputImageType::ConstPointer OutputImageConstPointer
typename OutputImageType::Pointer OutputImagePointer
~GrayscaleFillholeImageFilter() override=default
void EnlargeOutputRequestedRegion(DataObject *output) override
typename OutputImageType::RegionType OutputImageRegionType
GrayscaleFillholeImageFilter()
TOutputImage OutputImageType
SmartPointer< Self > Pointer
void GenerateInputRequestedRegion() override
TInputImage InputImageType
unsigned long m_NumberOfIterationsUsed
void PrintSelf(std::ostream &os, Indent indent) const override
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
void GenerateData() override
static constexpr unsigned int OutputImageDimension
SmartPointer< const Self > ConstPointer
GrayscaleFillholeImageFilter Self
static constexpr unsigned int InputImageDimension
typename OutputImageType::PixelType OutputImagePixelType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
typename InputImageType::ConstPointer InputImageConstPointer
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....