19 #ifndef itkLevelSetEvolutionNumberOfIterationsStoppingCriterion_h
20 #define itkLevelSetEvolutionNumberOfIterationsStoppingCriterion_h
30 template<
typename TLevelSetContainer >
55 typedef typename LevelSetContainerType::OutputType
OutputType;
58 typedef typename LevelSetContainerType::HessianType
HessianType;
63 virtual bool IsSatisfied() const ITK_OVERRIDE;
65 virtual std::
string GetDescription() const ITK_OVERRIDE;
72 virtual ~LevelSetEvolutionNumberOfIterationsStoppingCriterion() ITK_OVERRIDE;
75 ITK_DISALLOW_COPY_AND_ASSIGN(LevelSetEvolutionNumberOfIterationsStoppingCriterion);
78 #ifndef ITK_MANUAL_INSTANTIATION
79 #include "itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.hxx"
Light weight base class for most itk classes.
LevelSetContainerType::LevelSetType LevelSetType
LevelSetContainerType::HessianType HessianType
LevelSetContainerType::InputIndexType InputIndexType
LevelSetContainerType::HeavisideType HeavisideType
LevelSetContainerType::GradientType GradientType
LevelSetContainerType::OutputRealType OutputRealType
LevelSetEvolutionStoppingCriterion< TLevelSetContainer > Superclass
LevelSetContainerType::Pointer LevelSetContainerPointer
LevelSetContainerType::LevelSetIdentifierType LevelSetIdentifierType
LevelSetEvolutionNumberOfIterationsStoppingCriterion Self
TLevelSetContainer LevelSetContainerType
LevelSetContainerType::OutputType OutputType
SmartPointer< const Self > ConstPointer
LevelSetContainerType::LevelSetPointer LevelSetPointer
LevelSetContainerType::HeavisideType HeavisidePointer
SmartPointer< Self > Pointer