#include <SystemSnapshot.h>

Public Member Functions | |
| SystemSnapshot () | |
| Constructor. | |
| SystemSnapshot (const SystemSnapshot &) | |
| Constructor. | |
| ~SystemSnapshot () | |
| Destructor. | |
| virtual SystemSnapshot * | Clone () |
| virtual constructor | |
| void | AddObject (PositionedObject *) |
| void | RemoveObject (PositionedObject *) |
| void | SetObjects (ObjectList &) |
| ObjectList & | GetObjects () |
| void | SetBox (glotz_vec &) |
| void | SetTime (int) |
| int | GetTime () const |
| unsigned int | GetNumberOfObjects () const |
Private Attributes | |
| int | mTime |
| ObjectList | mObject |
| glotzstdanalysis::SystemSnapshot::SystemSnapshot | ( | ) |
Constructor.
| glotzstdanalysis::SystemSnapshot::SystemSnapshot | ( | const SystemSnapshot & | rhs | ) |
Constructor.
| glotzstdanalysis::SystemSnapshot::~SystemSnapshot | ( | ) |
Destructor.
| SystemSnapshot * glotzstdanalysis::SystemSnapshot::Clone | ( | ) | [virtual] |
| void glotzstdanalysis::SystemSnapshot::AddObject | ( | PositionedObject * | obj | ) |
| void glotzstdanalysis::SystemSnapshot::RemoveObject | ( | PositionedObject * | obj | ) |
| void glotzstdanalysis::SystemSnapshot::SetObjects | ( | ObjectList & | obj | ) |
| ObjectList & glotzstdanalysis::SystemSnapshot::GetObjects | ( | ) |
| void glotzstdanalysis::SystemSnapshot::SetBox | ( | glotz_vec & | ) |
| void glotzstdanalysis::SystemSnapshot::SetTime | ( | int | time | ) |
| int glotzstdanalysis::SystemSnapshot::GetTime | ( | ) | const |
| unsigned int glotzstdanalysis::SystemSnapshot::GetNumberOfObjects | ( | ) | const |
int glotzstdanalysis::SystemSnapshot::mTime [private] |
1.5.3