![]() |
Eclipse SUMO - Simulation of Urban MObility
|
path element More...
#include <GNEPathElements.h>
Public Member Functions | |
GNEJunction * | getJunction () const |
get junction More... | |
GNELane * | getLane () const |
get lane More... | |
GNELane * | getNextLane () const |
get next lane More... | |
PathElement (GNELane *lane) | |
constructor for lanes More... | |
void | updateNextLane (GNELane *lane) |
update nextLane More... | |
Protected Attributes | |
GNELane * | myLane |
lane More... | |
GNELane * | myNextLane |
nextLane More... | |
Private Member Functions | |
PathElement () | |
default constructor More... | |
path element
Definition at line 48 of file GNEPathElements.h.
GNEPathElements::PathElement::PathElement | ( | GNELane * | lane | ) |
constructor for lanes
Definition at line 35 of file GNEPathElements.cpp.
|
private |
default constructor
Definition at line 69 of file GNEPathElements.cpp.
GNEJunction * GNEPathElements::PathElement::getJunction | ( | ) | const |
get junction
Definition at line 48 of file GNEPathElements.cpp.
References GNEHierarchicalElement::getParentJunctions().
GNELane * GNEPathElements::PathElement::getLane | ( | ) | const |
get lane
Definition at line 58 of file GNEPathElements.cpp.
GNELane * GNEPathElements::PathElement::getNextLane | ( | ) | const |
get next lane
Definition at line 64 of file GNEPathElements.cpp.
void GNEPathElements::PathElement::updateNextLane | ( | GNELane * | lane | ) |
update nextLane
Definition at line 42 of file GNEPathElements.cpp.
|
protected |
lane
Definition at line 68 of file GNEPathElements.h.
|
protected |
nextLane
Definition at line 71 of file GNEPathElements.h.