19#ifndef itkLevelSetEvolutionNumberOfIterationsStoppingCriterion_h
20#define itkLevelSetEvolutionNumberOfIterationsStoppingCriterion_h
31template <
typename TLevelSetContainer>
32class ITK_TEMPLATE_EXPORT LevelSetEvolutionNumberOfIterationsStoppingCriterion
33 :
public LevelSetEvolutionStoppingCriterion<TLevelSetContainer>
36 ITK_DISALLOW_COPY_AND_MOVE(LevelSetEvolutionNumberOfIterationsStoppingCriterion);
38 using Self = LevelSetEvolutionNumberOfIterationsStoppingCriterion;
39 using Superclass = LevelSetEvolutionStoppingCriterion<TLevelSetContainer>;
40 using Pointer = SmartPointer<Self>;
47 itkOverrideGetNameOfClassMacro(LevelSetEvolutionNumberOfIterationsStoppingCriterion);
49 using LevelSetContainerType = TLevelSetContainer;
52 using LevelSetIdentifierType =
typename LevelSetContainerType::LevelSetIdentifierType;
53 using LevelSetType =
typename LevelSetContainerType::LevelSetType;
54 using LevelSetPointer =
typename LevelSetContainerType::LevelSetPointer;
56 using InputIndexType =
typename LevelSetContainerType::InputIndexType;
57 using OutputType =
typename LevelSetContainerType::OutputType;
58 using OutputRealType =
typename LevelSetContainerType::OutputRealType;
59 using GradientType =
typename LevelSetContainerType::GradientType;
60 using HessianType =
typename LevelSetContainerType::HessianType;
62 using HeavisideType =
typename LevelSetContainerType::HeavisideType;
63 using HeavisidePointer =
typename LevelSetContainerType::HeavisideType;
66 IsSatisfied()
const override;
69 GetDescription()
const override;
73 LevelSetEvolutionNumberOfIterationsStoppingCriterion() =
default;
Pixel-wise addition of two images.
SmartPointer< const Self > ConstPointer
BinaryGeneratorImageFilter< TInputImage1, TInputImage2, TOutputImage > Superclass
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....