FOX/ObjCryst++
1.10.X (development)
|
A class to track the variation of parameters as a function of a number of cycles/trials. More...
Public Member Functions | |
Tracker (const std::string &name) | |
const std::string & | GetName () const |
void | AppendValue (const long trial) |
void | Clear () |
Removes all stored values. | |
const std::map< long, REAL > & | GetValues () const |
std::map< long, REAL > & | GetValues () |
Protected Member Functions | |
virtual REAL | ReadValue ()=0 |
Protected Attributes | |
std::map< long, REAL > | mvValues |
std::string | mName |
A class to track the variation of parameters as a function of a number of cycles/trials.
This is an abstract base class.