34 #ifdef CHECK_MEMORY_LEAKS
36 #endif // CHECK_MEMORY_LEAKS
42 #ifdef HAVE_INTERNAL_LANES
44 MSLinkContHelper::getInternalFollowingEdge(
MSLane* fromLane,
45 const MSEdge* followerAfterInternal) {
48 for (MSLinkCont::const_iterator j = lc.begin(); j != lc.end(); j++) {
51 if (link->getViaLane() != 0) {
52 return &link->getViaLane()->getEdge();
66 for (MSLinkCont::const_iterator j = lc.begin(); j != lc.end(); j++) {
MSEdge & getEdge() const
Returns the lane's edge.
A road/street connecting two junctions.
MSLane * getLane() const
Returns the connected lane.
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...
const MSLinkCont & getLinkCont() const
returns the container with all links !!!
Representation of a lane in the micro simulation.