Home
last modified time | relevance | path

Searched refs:myToJunction (Results 1 – 4 of 4) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/router/
H A DROEdge.h467 return myToJunction; in getToJunction()
492 RONode* myToJunction; variable
H A DROEdge.cpp58 myToJunction(to), in ROEdge()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSEdge.h349 return myToJunction; in getToJunction()
788 MSJunction* myToJunction; variable
H A DMSEdge.cpp72 myFromJunction(nullptr), myToJunction(nullptr), in MSEdge()
1078 myToJunction = to; in setJunctions()
1129 ConstMSEdgeVector candidates = myToJunction->getOutgoing(); in checkAndRegisterBiDirEdge()
1133 …WRITE_WARNING("Ambiguous superposable edges between junction '" + myToJunction->getID() + "' and '… in checkAndRegisterBiDirEdge()