Collaboration diagram for ObjCryst::MainTracker:
Public Member Functions | |
MainTracker () | |
~MainTracker () | |
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. |
All trackers need not have the same
|
|
|
|
|
|
|
|
|
Removes all Trackers.
|
|
Removes all stored values.
|
|
Get last time a tracker was added.
|
|
Get last time values were whanged.
|
|
|
|
Will save to a single file if all recorded trial numbers are the same Otherwise ?
|
|
Update display, if any.
|
|
Last time a tracker was added.
|
|
Last time values were whanged.
|
|
|