![]() |
User Manual, Developers Guide and API Documentation |
![]() |
Classes | |
| class | Crossing |
| Crossing object for RoadMap mobility model. More... | |
| class | Map |
| Class reading, storing and managing a RoadMap. More... | |
| class | MapObject |
| abstract base class for Street and Crossing Objects More... | |
| class | MapUser |
| This class holds the user-specific parameters for a user on the Map. The object is intended to be held by the Mobility Class of the user, but its internals may only be accessed by the Map. More... | |
| class | Street |
| Street object for RoadMap mobility model. More... | |
Typedefs | |
| typedef std::vector < std::vector< double > > | matrix |
Functions | |
| ENUM (Reverse,-1) | |
| ENUM (Forward, 1) | |
| ENUM_BEGIN (Headings) | |
| ENUM_END () | |
| matrix | getMatrix (const wns::pyconfig::View &aView, const std::string &aName) |
| typedef std::vector< std::vector<double> > rise::scenario::mobility::roadmap::matrix |
Definition at line 40 of file Crossing.hpp.
| rise::scenario::mobility::roadmap::ENUM | ( | Reverse | , | |
| - | 1 | |||
| ) |
| rise::scenario::mobility::roadmap::ENUM | ( | Forward | , | |
| 1 | ||||
| ) |
| rise::scenario::mobility::roadmap::ENUM_BEGIN | ( | Headings | ) |
| rise::scenario::mobility::roadmap::ENUM_END | ( | ) |
| matrix rise::scenario::mobility::roadmap::getMatrix | ( | const wns::pyconfig::View & | aView, | |
| const std::string & | aName | |||
| ) |
Definition at line 42 of file Crossing.cpp.
1.5.5