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


Public Member Functions | |
| virtual std::vector < MapObject::ID > | getDependencies () const |
| used for consistency checking | |
| virtual wns::Position | getNextPosition (MapUser *user, simTimeType dt) const |
| when asked by another object for a new position | |
| virtual wns::Position | getPosition (const MapUser *user) const |
| when asked for a user's position | |
| Street (const wns::pyconfig::View &streetView, Map *_map) | |
| pyconfig::Parser Constructor | |
| virtual | ~Street () |
Private Attributes | |
| std::vector< MapObject::ID > | connections |
| std::vector< wns::Position > | endPoints |
| wns::PositionOffset | streetVector |
| double | vMax |
Definition at line 43 of file Street.hpp.
| Street::Street | ( | const wns::pyconfig::View & | streetView, | |
| Map * | _map | |||
| ) |
Definition at line 39 of file Street.cpp.
| virtual rise::scenario::mobility::roadmap::Street::~Street | ( | ) | [inline, virtual] |
Definition at line 53 of file Street.hpp.
| std::vector< MapObject::ID > Street::getDependencies | ( | ) | const [virtual] |
| wns::Position Street::getNextPosition | ( | MapUser * | user, | |
| simTimeType | dt | |||
| ) | const [virtual] |
| wns::Position Street::getPosition | ( | const MapUser * | user | ) | const [virtual] |
std::vector<MapObject::ID> rise::scenario::mobility::roadmap::Street::connections [private] |
Definition at line 47 of file Street.hpp.
std::vector<wns::Position> rise::scenario::mobility::roadmap::Street::endPoints [private] |
Definition at line 46 of file Street.hpp.
Definition at line 49 of file Street.hpp.
Definition at line 48 of file Street.hpp.
1.5.5