18 #ifndef itkGrayscaleFillholeImageFilter_h
19 #define itkGrayscaleFillholeImageFilter_h
55 template<
typename TInputImage,
typename TOutputImage >
80 TInputImage::ImageDimension);
82 TOutputImage::ImageDimension);
98 itkSetMacro(FullyConnected,
bool);
99 itkGetConstReferenceMacro(FullyConnected,
bool);
100 itkBooleanMacro(FullyConnected);
103 #ifdef ITK_USE_CONCEPT_CHECKING
129 void operator=(const Self &);
137 #ifndef ITK_MANUAL_INSTANTIATION
138 #include "itkGrayscaleFillholeImageFilter.hxx"
GrayscaleFillholeImageFilter()
TInputImage InputImageType
~GrayscaleFillholeImageFilter()
void GenerateInputRequestedRegion() override
void PrintSelf(std::ostream &os, Indent indent) const override
void EnlargeOutputRequestedRegion(DataObject *) override
InputImageType::ConstPointer InputImageConstPointer
Remove local minima not connected to the boundary of the image.
OutputImageType::Pointer OutputImagePointer
OutputImageType::PixelType OutputImagePixelType
static const unsigned int InputImageDimension
Base class for all process objects that output image data.
GrayscaleFillholeImageFilter Self
OutputImageType::ConstPointer OutputImageConstPointer
void GenerateData() override
SmartPointer< const Self > ConstPointer
OutputImageType::RegionType OutputImageRegionType
InputImageType::RegionType InputImageRegionType
InputImageType::PixelType InputImagePixelType
unsigned long m_NumberOfIterationsUsed
Base class for filters that take an image as input and produce an image as output.
static const unsigned int OutputImageDimension
TOutputImage OutputImageType
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
InputImageType::Pointer InputImagePointer
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.