![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <scenario/Scenario.hpp>

Public Types | |
| enum | morphologyType { noMorphology = 0, sameMorphology, urban, subUrban, quasiOpen, open, forest, sea, vehicular, multiwall, outdoor } |
| List of diffenent types of morphology the user can choose from. More... | |
| enum | topographyType { noTopography = 0, quasiSmooth, metropolitan } |
| List of diffenent types of topography the user can choose from. More... | |
Public Member Functions | |
| wns::rng::RNGen & | getRNG () const |
| const sceneryfile::SceneryFile & | getSceneryFile (const std::string &filename) const |
| void | openSceneryFile (const std::string &filename, const std::string &filetype) |
| Scenario (const wns::pyconfig::View &config) | |
| virtual | ~Scenario () |
Private Types | |
| typedef std::map< std::string, sceneryfile::SceneryFile * > | SceneryFilesMap |
Private Attributes | |
| SceneryFilesMap | sceneryFiles |
Definition at line 57 of file Scenario.hpp.
typedef std::map<std::string, sceneryfile::SceneryFile*> rise::scenario::Scenario::SceneryFilesMap [private] |
Definition at line 99 of file Scenario.hpp.
| noMorphology | |
| sameMorphology | |
| urban | |
| subUrban | |
| quasiOpen | |
| open | |
| forest | |
| sea | |
| vehicular | |
| multiwall | |
| outdoor |
Definition at line 65 of file Scenario.hpp.
| Scenario::Scenario | ( | const wns::pyconfig::View & | config | ) | [explicit] |
Definition at line 43 of file Scenario.cpp.
| Scenario::~Scenario | ( | ) | [virtual] |
Definition at line 47 of file Scenario.cpp.
| wns::rng::RNGen& rise::scenario::Scenario::getRNG | ( | ) | const [inline] |
Definition at line 87 of file Scenario.hpp.
| const sceneryfile::SceneryFile & Scenario::getSceneryFile | ( | const std::string & | filename | ) | const |
Definition at line 74 of file Scenario.cpp.
| void Scenario::openSceneryFile | ( | const std::string & | filename, | |
| const std::string & | filetype | |||
| ) |
Definition at line 58 of file Scenario.cpp.
Definition at line 101 of file Scenario.hpp.
1.5.5