![]() |
VR-Forces 4.3 Class Documentation
|
Basic container class that holds the status of a session of VRF sim engines. More...
Public Member Functions | |
| DtSessionStatus () | |
| DtSessionStatus (const DtSessionStatus &orig) | |
| DtSessionStatus & | operator= (const DtSessionStatus &orig) |
| virtual | ~DtSessionStatus () |
| virtual DtString | terrainName () const |
| The terrain that is currently loaded by the sim engines in the session. | |
| virtual void | setTerrainName (const DtString &name) |
| The terrain that is currently loaded by the sim engines in the session. | |
| virtual DtString | guiTerrainName () const |
| The terrain that the GUI should load (according to the loaded scenario) in the session. | |
| virtual void | setGuiTerrainName (const DtString &name) |
| The terrain that the GUI should load (according to the loaded scenario) in the session. | |
| virtual DtString | scenarioName () const |
| The scenario name that is currently loaded by the sim engines in the session. | |
| virtual void | setScenarioName (const DtString &name) |
| The scenario name that is currently loaded by the sim engines in the session. | |
| virtual int | numberOfSimEngines () const |
| The number of simulation engines that are currently part of the session. | |
| virtual void | setNumberOfSimEngines (int n) |
| The number of simulation engines that are currently part of the session. | |
| DtString | myTerrainName |
| Simulation model sets in use. | |
| DtString | myGuiTerrainName |
| Simulation model sets in use. | |
| DtString | myScenarioName |
| Simulation model sets in use. | |
| int | myNumberOfSimEngines |
| Simulation model sets in use. | |
| std::vector< DtFilename > | mySimulationModelSets |
| Simulation model sets in use. | |
| virtual void | setSimulationModelSets (const std::vector< DtFilename > &) |
| Simulation model sets in use. | |
| virtual void | setSimulationModelSets (const DtRwNLengthStringVector &) |
| Simulation model sets in use. | |
| virtual const std::vector < DtFilename > & | simulationModelSets () const |
| Simulation model sets in use. | |
Basic container class that holds the status of a session of VRF sim engines.
| DtSessionStatus::DtSessionStatus | ( | ) |
| DtSessionStatus::DtSessionStatus | ( | const DtSessionStatus & | orig | ) |
|
virtual |
| DtSessionStatus& DtSessionStatus::operator= | ( | const DtSessionStatus & | orig | ) |
|
virtual |
The terrain that is currently loaded by the sim engines in the session.
|
virtual |
The terrain that is currently loaded by the sim engines in the session.
|
virtual |
The terrain that the GUI should load (according to the loaded scenario) in the session.
|
virtual |
The terrain that the GUI should load (according to the loaded scenario) in the session.
|
virtual |
The scenario name that is currently loaded by the sim engines in the session.
|
virtual |
The scenario name that is currently loaded by the sim engines in the session.
|
virtual |
The number of simulation engines that are currently part of the session.
|
virtual |
The number of simulation engines that are currently part of the session.
|
virtual |
Simulation model sets in use.
|
virtual |
Simulation model sets in use.
|
virtual |
Simulation model sets in use.
|
protected |
Simulation model sets in use.
|
protected |
Simulation model sets in use.
|
protected |
Simulation model sets in use.
|
protected |
Simulation model sets in use.
|
protected |
Simulation model sets in use.