ObjCryst++  1.5CVS
Public Member Functions | Protected Member Functions | Protected Attributes
ObjCryst::Tracker Class Reference

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

Inheritance diagram for ObjCryst::Tracker:
ObjCryst::TrackerObject< T >

List of all members.

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.


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