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