 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
33 const MSEdge* followerAfterInternal) {
36 for (MSLinkCont::const_iterator j = lc.begin(); j != lc.end(); j++) {
52 const MSLane* followerAfterInternal) {
55 for (MSLinkCont::const_iterator j = lc.begin(); j != lc.end(); j++) {
57 if (link->
getLane() == followerAfterInternal) {
72 for (MSLinkCont::const_iterator j = lc.begin(); j != lc.end(); j++) {
static const MSLane * getInternalFollowingLane(const MSLane *fromLane, const MSLane *followerAfterInternal)
MSLane * getViaLaneOrLane() const
return the via lane if it exists and the lane otherwise
Representation of a lane in the micro simulation.
static MSLink * getConnectingLink(const MSLane &from, const MSLane &to)
Returns the link connecting both lanes Both lanes have to be non-internal; 0 may be returned if no co...
MSLane * getLane() const
Returns the connected lane.
static const MSEdge * getInternalFollowingEdge(const MSLane *fromLane, const MSEdge *followerAfterInternal)
Returns the internal lane that must be passed in order to get to the desired edge Returns 0 if no suc...
A road/street connecting two junctions.
const MSLinkCont & getLinkCont() const
returns the container with all links !!!
MSEdge & getEdge() const
Returns the lane's edge.
MSLane * getViaLane() const
Returns the following inner lane.