18#ifndef itkHConvexImageFilter_h
19#define itkHConvexImageFilter_h
44template <
typename TInputImage,
typename TOutputImage>
69 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
70 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
92 itkSetMacro(FullyConnected,
bool);
93 itkGetConstReferenceMacro(FullyConnected,
bool);
94 itkBooleanMacro(FullyConnected);
97#ifdef ITK_USE_CONCEPT_CHECKING
128 unsigned long m_NumberOfIterationsUsed{ 1 };
129 bool m_FullyConnected{
false };
133#ifndef ITK_MANUAL_INSTANTIATION
134# include "itkHConvexImageFilter.hxx"
Base class for all data objects in ITK.
Identify local maxima whose height above the baseline is greater than h.
~HConvexImageFilter() override=default
void GenerateData() override
void EnlargeOutputRequestedRegion(DataObject *) override
void PrintSelf(std::ostream &os, Indent indent) const override
typename OutputImageType::ConstPointer OutputImageConstPointer
void GenerateInputRequestedRegion() override
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....