Home
last modified time | relevance | path

Searched refs:LINKDIR_STRAIGHT (Results 1 – 19 of 19) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/tools/sumolib/net/
H A Dconnection.py21 LINKDIR_STRAIGHT = "s" variable in Connection
/dports/cad/sumo/sumo-1.2.0/src/netwrite/
H A DNWWriter_SUMO.h180 LinkDirection dir = LINKDIR_STRAIGHT,
H A DNWWriter_SUMO.cpp169 …riteInternalConnection(device, c->id, c->nextWalkingArea, 0, 0, "", LINKDIR_STRAIGHT, c->tlID, c->… in writeNetwork()
186 device.writeAttr(SUMO_ATTR_DIR, LINKDIR_STRAIGHT); in writeNetwork()
244 … && from->getToNode()->getDirection(from, con.toEdge, lefthand) == LINKDIR_STRAIGHT in getOppositeInternalID()
245 … && from->getToNode()->getDirection(succOpp, predOpp, lefthand) == LINKDIR_STRAIGHT in getOppositeInternalID()
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBTrafficLightDefinition.cpp320 if (incnode->getDirection(possProhibitedTo, *i) != LINKDIR_STRAIGHT) { in forbids()
352 if (incnode2->getDirection(possProhibitorTo, *i) != LINKDIR_STRAIGHT) { in forbids()
H A DNBRequest.cpp291 if (ld1 == LINKDIR_STRAIGHT) { in setBlocking()
292 if (ld2 != LINKDIR_STRAIGHT) { in setBlocking()
298 if (ld2 == LINKDIR_STRAIGHT) { in setBlocking()
H A DNBOwnTLDef.cpp89 case LINKDIR_STRAIGHT: in getDirectionalWeight()
277 if (dir == LINKDIR_STRAIGHT) { in computeLogicAndConts()
696 …(edge == toEdges[i2] && (i2dir == LINKDIR_STRAIGHT || i2dir == LINKDIR_PARTLEFT || i2dir == LINKDI… in patchStateForCrossings()
H A DNBNode.cpp854 if (thisRight && d2 != LINKDIR_STRAIGHT) { in needsCont()
1259 … || dir == LINKDIR_RIGHT || dir == LINKDIR_PARTRIGHT || dir == LINKDIR_STRAIGHT)) { in computeLanes2Lanes()
1704 if (d1 == LINKDIR_STRAIGHT) { in rightTurnConflict()
1902 return LINKDIR_STRAIGHT; in getDirection()
1928 return LINKDIR_STRAIGHT; in getDirection()
2010 && (!incoming->isInternal() || getDirection(incoming, outgoing) != LINKDIR_STRAIGHT) in getLinkState()
H A DNBEdge.cpp206 …(straightestDir == LINKDIR_STRAIGHT || straightestDir == LINKDIR_PARTLEFT || straightestDir == LIN… in MainDirections()
228 …straight->getJunctionPriority(to) == 1 && to->getDirection(parent, straight) == LINKDIR_STRAIGHT) { in MainDirections()
1551 …if (dir != LINKDIR_STRAIGHT && shape.length() < POSITION_EPS && !(isBidiRail() && getTurnDestinati… in buildInnerEdges()
1713 if ((dir2 == LINKDIR_STRAIGHT && reduction > limitTurnSpeedWarnStraight) in buildInnerEdges()
1715 … std::string dirType = std::string(dir == LINKDIR_STRAIGHT ? "straight" : "turning"); in buildInnerEdges()
2536 if (dir == LINKDIR_STRAIGHT) { in addStraightConnections()
H A DNBAlgorithms.cpp382 n.markBentPriority(n.getDirection(best1, bestOut) != LINKDIR_STRAIGHT); in setPriorityJunctionPriorities()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLink.cpp326 } else if (myDirection != LINKDIR_STRAIGHT && it->getDirection() == LINKDIR_STRAIGHT) { in setRequestInformation()
492 assert(myDirection != LINKDIR_STRAIGHT); in opened()
H A DMSEdge.cpp1090 …Internal() || myLanes->back()->getIncomingLanes()[0].viaLink->getDirection() == LINKDIR_STRAIGHT)); in canChangeToOpposite()
H A DMSLaneChanger.cpp1214 …|| (link->getDirection() != LINKDIR_STRAIGHT && vehicle->getVehicleType().getVehicleClass() != SVC…
H A DMSVehicle.cpp2346 case LINKDIR_STRAIGHT:
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1124 LINKDIR_STRAIGHT = 0, enumerator
H A DSUMOXMLDefinitions.cpp766 { "s", LINKDIR_STRAIGHT },
/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNELane.cpp238 case LINKDIR_STRAIGHT: in drawArrows()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUILane.cpp411 case LINKDIR_STRAIGHT: in drawArrows()
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNENet.cpp1802 …omLane >= 0 && junction->getNBNode()->getDirection(e->getNBEdge(), c.toEdge) == LINKDIR_STRAIGHT) { in splitJunction()
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_SL2015.cpp1700 case LINKDIR_STRAIGHT: