19 #ifndef itkStoppingCriterionBase_h
20 #define itkStoppingCriterionBase_h
51 virtual bool IsSatisfied()
const = 0;
52 virtual std::string GetDescription()
const = 0;
63 void operator = (
const Self& );
StoppingCriterionBase Self
Light weight base class for most itk classes.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
Base class for most ITK classes.
An abstract base class to represent a stopping criterion for an iterative algorithm.