Home
last modified time | relevance | path

Searched refs:LINKDIR_TURN (Results 1 – 16 of 16) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSRailSignal.cpp537 if (link->getDirection() == LINKDIR_TURN) { in collectForwardBlock()
578 if (ili.viaLink->getDirection() == LINKDIR_TURN) { in collectBidiBlock()
585 if (link->getDirection() == LINKDIR_TURN) { in collectBidiBlock()
615 if (link->getDirection() == LINKDIR_TURN) { in collectBidiBlock()
651 if (ili.viaLink->getDirection() == LINKDIR_TURN) { in collectConflictLinks()
681 if (link->getDirection() != LINKDIR_TURN) { in collectConflictLinks()
/dports/cad/sumo/sumo-1.2.0/tools/sumolib/net/
H A Dconnection.py22 LINKDIR_TURN = "t" variable in Connection
H A Dedge.py230 return len([c for c in cons if c._direction != Connection.LINKDIR_TURN]) == 0
H A D__init__.py402 … elif (stopOnTurnaround and ie[0]._incoming[ci][0].getDirection() == Connection.LINKDIR_TURN and
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBNode.cpp740 if (dir == LINKDIR_LEFT || dir == LINKDIR_TURN) { in computeInternalLaneShape()
810 if (dir == LINKDIR_LEFT || dir == LINKDIR_PARTLEFT || dir == LINKDIR_TURN) { in displaceShapeAtWidthChange()
844 if (d2 == LINKDIR_TURN) { in needsCont()
847 const bool thisLeft = (d1 == LINKDIR_LEFT || d1 == LINKDIR_TURN); in needsCont()
848 const bool otherLeft = (d2 == LINKDIR_LEFT || d2 == LINKDIR_TURN); in needsCont()
1258 && ((bikeLaneTarget >= 0 && dir != LINKDIR_TURN) in computeLanes2Lanes()
1288 if (dir == LINKDIR_TURN || dir == LINKDIR_LEFT || dir == LINKDIR_PARTLEFT) { in computeLanes2Lanes()
1308 if (getDirection(*i, (*k).toEdge) == LINKDIR_TURN) { in computeLanes2Lanes()
1906 return leftHand ? LINKDIR_TURN_LEFTHAND : LINKDIR_TURN; in getDirection()
H A DNBTrafficLightDefinition.cpp474 … && incoming->getToNode()->getDirection(incoming, el.toEdge) == LINKDIR_TURN) { in collectAllLinks()
H A DNBEdge.cpp1563 case LINKDIR_TURN: { in buildInnerEdges()
1626 …oEdge, this, con.toEdge, signalised) || rightTurnConflict) && (needsCont || dir == LINKDIR_TURN)) { in buildInnerEdges()
1664 …if (dir == LINKDIR_TURN && crossingPositions.first < 0 && crossingPositions.second.size() != 0 && … in buildInnerEdges()
1714 || (dir2 != LINKDIR_TURN && reduction > limitTurnSpeedWarnTurn)) { in buildInnerEdges()
H A DNBNodeShapeComputer.cpp880 if (myNode.getDirection(in, out) == LINKDIR_TURN) { in getDefaultRadius()
H A DNBOwnTLDef.cpp283 } else if (dir == LINKDIR_TURN) { in computeLogicAndConts()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1126 LINKDIR_TURN, enumerator
H A DSUMOXMLDefinitions.cpp767 { "t", LINKDIR_TURN },
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSEdge.cpp179 if (link->getDirection() != LINKDIR_TURN) { in closeBuilding()
H A DMSVehicle.cpp5178 case LINKDIR_TURN:
/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNELane.cpp252 case LINKDIR_TURN: in drawArrows()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUILane.cpp415 case LINKDIR_TURN: in drawArrows()
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_SL2015.cpp1690 case LINKDIR_TURN: