|
ObjCryst++
1.5CVS
|
A class to hold all trackers. More...
Public Member Functions | |
| void | AddTracker (Tracker *t) |
| void | AppendValues (const long trial) |
| void | ClearTrackers () |
| Removes all Trackers. | |
| void | ClearValues () |
| Removes all stored values. | |
| void | SaveAll (std::ostream &out) const |
| Will save to a single file if all recorded trial numbers are the same Otherwise ? | |
| const std::set< Tracker * > & | GetTrackerList () const |
| void | UpdateDisplay () const |
| Update display, if any. | |
| const RefinableObjClock & | GetClockTrackerList () const |
| Get last time a tracker was added. | |
| const RefinableObjClock & | GetClockValues () const |
| Get last time values were whanged. | |
Private Attributes | |
| std::set< Tracker * > | mvpTracker |
| RefinableObjClock | mClockTrackerList |
| Last time a tracker was added. | |
| RefinableObjClock | mClockValues |
| Last time values were whanged. | |
A class to hold all trackers.
All trackers need not have the same
1.8.1