18 #ifndef itkBinaryFillholeImageFilter_h
19 #define itkBinaryFillholeImageFilter_h
44 template<
typename TInputImage>
68 itkStaticConstMacro(InputImageDimension,
unsigned int,
69 TInputImage::ImageDimension);
70 itkStaticConstMacro(OutputImageDimension,
unsigned int,
71 OutputImageType::ImageDimension);
87 itkSetMacro(FullyConnected,
bool);
88 itkGetConstReferenceMacro(FullyConnected,
bool);
89 itkBooleanMacro(FullyConnected);
92 #ifdef ITK_USE_CONCEPT_CHECKING
110 void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
115 void GenerateInputRequestedRegion() ITK_OVERRIDE;
118 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output)) ITK_OVERRIDE;
122 void GenerateData() ITK_OVERRIDE;
129 bool m_FullyConnected;
135 #ifndef ITK_MANUAL_INSTANTIATION
136 #include "itkBinaryFillholeImageFilter.hxx"
OutputImageType::ConstPointer OutputImageConstPointer
Light weight base class for most itk classes.
InputImageType::PixelType InputImagePixelType
~BinaryFillholeImageFilter() override
TInputImage InputImageType
ImageToImageFilter< TInputImage, TInputImage > Superclass
BinaryFillholeImageFilter Self
InputImageType::ConstPointer InputImageConstPointer
SmartPointer< Self > Pointer
Remove holes not connected to the boundary of the image.
InputImageType::Pointer InputImagePointer
InputImageType::RegionType InputImageRegionType
OutputImageType::PixelType OutputImagePixelType
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)
OutputImageType::RegionType OutputImageRegionType
Base class for all data objects in ITK.