#include <FitState.h>
Inheritance diagram for FitState:

Public Member Functions | |
| virtual | ~FitState () |
| virtual void | Iterate (FitContext &context) const =0 |
| virtual const std::string & | Name () const =0 |
Definition at line 16 of file FitState.h.
|
|
Definition at line 19 of file FitState.h. 00019 {};
|
|
|
Iterate Implemented in FitStateConverged, FitStateDiverged, FitStateFinal, FitStateInitial, and FitStateIterating. Referenced by FitContext::Iterate(). |
|
|
Name() - return name of the state Implemented in FitStateConverged, FitStateDiverged, FitStateFinal, FitStateInitial, and FitStateIterating. Referenced by FitContext::SetState(). |
1.3.9.1