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