18 #ifndef itkHMinimaImageFilter_h
19 #define itkHMinimaImageFilter_h
54 template<
typename TInputImage,
typename TOutputImage >
78 itkStaticConstMacro(InputImageDimension,
unsigned int,
79 TInputImage::ImageDimension);
80 itkStaticConstMacro(OutputImageDimension,
unsigned int,
81 TOutputImage::ImageDimension);
105 itkSetMacro(FullyConnected,
bool);
106 itkGetConstReferenceMacro(FullyConnected,
bool);
107 itkBooleanMacro(FullyConnected);
110 #ifdef ITK_USE_CONCEPT_CHECKING
124 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
129 void GenerateInputRequestedRegion() ITK_OVERRIDE;
132 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) ) ITK_OVERRIDE;
136 void GenerateData() ITK_OVERRIDE;
142 unsigned long m_NumberOfIterationsUsed;
143 bool m_FullyConnected;
147 #ifndef ITK_MANUAL_INSTANTIATION
148 #include "itkHMinimaImageFilter.hxx"
SmartPointer< Self > Pointer
InputImageType::PixelType InputImagePixelType
~HMinimaImageFilter() override
InputImageType::Pointer InputImagePointer
OutputImageType::Pointer OutputImagePointer
Base class for all process objects that output image data.
TInputImage InputImageType
OutputImageType::RegionType OutputImageRegionType
Suppress local minima whose depth below the baseline is less than h.
OutputImageType::ConstPointer OutputImageConstPointer
TOutputImage OutputImageType
InputImageType::ConstPointer InputImageConstPointer
SmartPointer< const Self > ConstPointer
InputImageType::PixelType InputImagePixelType
Base class for filters that take an image as input and produce an image as output.
OutputImageType::PixelType OutputImagePixelType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
InputImageType::RegionType InputImageRegionType
Base class for all data objects in ITK.