![]() |
SUMO - Simulation of Urban MObility
|
#include <NBPTPlatform.h>

Public Member Functions | |
| double | getMyLength () const |
| Position * | getMyPos () |
| NBPTPlatform (Position position, double d) | |
Private Attributes | |
| double | myLength |
| Position | myPos |
Definition at line 25 of file NBPTPlatform.h.
| NBPTPlatform::NBPTPlatform | ( | Position | position, |
| double | d | ||
| ) |
Definition at line 20 of file NBPTPlatform.cpp.
| double NBPTPlatform::getMyLength | ( | ) | const |
Definition at line 26 of file NBPTPlatform.cpp.
References myLength.
Referenced by NBPTStopCont::assignAndCreatNewPTStopAsNeeded(), and NBPTStopCont::assignPTStopToEdgeOfClosestPlatform().
| Position * NBPTPlatform::getMyPos | ( | ) |
Definition at line 23 of file NBPTPlatform.cpp.
References myPos.
Referenced by NBPTStopCont::assignAndCreatNewPTStopAsNeeded(), NBPTStopCont::assignPTStopToEdgeOfClosestPlatform(), and NBPTStopCont::getClosestPlatformToPTStopPosition().
|
private |
Definition at line 35 of file NBPTPlatform.h.
Referenced by getMyLength().
|
private |
Definition at line 30 of file NBPTPlatform.h.
Referenced by getMyPos().