35 #ifdef CHECK_MEMORY_LEAKS
37 #endif // CHECK_MEMORY_LEAKS
43 #ifdef HAVE_INTERNAL_LANES
45 MSLinkContHelper::getInternalFollowingEdge(
const MSLane* fromLane,
46 const MSEdge* followerAfterInternal) {
49 for (MSLinkCont::const_iterator j = lc.begin(); j != lc.end(); j++) {
52 if (link->getViaLane() != 0) {
53 return &link->getViaLane()->getEdge();
64 MSLinkContHelper::getInternalFollowingLane(
const MSLane* fromLane,
65 const MSLane* followerAfterInternal) {
68 for (MSLinkCont::const_iterator j = lc.begin(); j != lc.end(); j++) {
70 if (link->
getLane() == followerAfterInternal) {
71 if (link->getViaLane() != 0) {
72 return link->getViaLane();
86 for (MSLinkCont::const_iterator j = lc.begin(); j != lc.end(); j++) {