18 #ifndef itkBinaryFillholeImageFilter_h
19 #define itkBinaryFillholeImageFilter_h
44 template<
typename TInputImage>
70 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
71 static constexpr
unsigned int OutputImageDimension = OutputImageType::ImageDimension;
86 itkSetMacro(FullyConnected,
bool);
87 itkGetConstReferenceMacro(FullyConnected,
bool);
88 itkBooleanMacro(FullyConnected);
91 #ifdef ITK_USE_CONCEPT_CHECKING
109 void PrintSelf(std::ostream& os,
Indent indent)
const override;
114 void GenerateInputRequestedRegion()
override;
117 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output))
override;
121 void GenerateData()
override;
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkBinaryFillholeImageFilter.hxx"
TInputImage OutputImageType
Light weight base class for most itk classes.
typename OutputImageType::RegionType OutputImageRegionType
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
typename OutputImageType::Pointer OutputImagePointer
TInputImage InputImageType
Remove holes not connected to the boundary of the image.
typename OutputImageType::PixelType OutputImagePixelType
InputImagePixelType m_ForegroundValue
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and produce an image as output.
typename InputImageType::ConstPointer InputImageConstPointer
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
typename OutputImageType::ConstPointer OutputImageConstPointer
Base class for all data objects in ITK.