FOX/ObjCryst++  1.10.X (development)
ObjCryst::Tracker Class Referenceabstract

A class to track the variation of parameters as a function of a number of cycles/trials. More...

+ Inheritance diagram for ObjCryst::Tracker:

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
 

Detailed Description

A class to track the variation of parameters as a function of a number of cycles/trials.

This is an abstract base class.

Definition at line 47 of file Tracker.h.


The documentation for this class was generated from the following files: