#include <scenarioLoader.h>
Public Member Functions | |
| ScenarioLoader (const char *) | |
| Loads the experiments from the scenario file. | |
| int | getNumExperiments () |
| const char * | getScenarioName () |
| Experiment | getNthExperiment (int which) |
Private Attributes | |
| char | scenName [1024] |
| std::vector< Experiment > | experiments |
Versions currently handled: 0.0 and 1.0 (includes scale).
|
|
Loads the experiments from the scenario file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4