Home
last modified time | relevance | path

Searched refs:LinkDirection (Results 1 – 23 of 23) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLink.h150 …MSLink(MSLane* predLane, MSLane* succLane, MSLane* via, LinkDirection dir, LinkState state, double…
298 LinkDirection getDirection() const;
579 LinkDirection myDirection;
H A DMSVehicle.h789 const std::pair<double, LinkDirection>& getNextTurn() { in getNextTurn()
1881 std::pair<double, LinkDirection> myNextTurn;
1993 …head, DriveItemVector& lfLinks, double& myStopDist, std::pair<double, LinkDirection>& myNextTurn) …
H A DMSLink.cpp72 MSLink::MSLink(MSLane* predLane, MSLane* succLane, MSLane* via, LinkDirection dir, LinkState state,… in MSLink()
698 LinkDirection
H A DMSVehicle.cpp2185 …head, DriveItemVector& lfLinks, double& myStopDist, std::pair<double, LinkDirection>& myNextTurn) …
2344 LinkDirection linkDir = (*link)->getDirection();
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1122 enum LinkDirection { enum
1335 static StringBijection<LinkDirection> LinkDirections;
1427 static StringBijection<LinkDirection>::Entry linkDirectionValues[];
H A DSUMOXMLDefinitions.cpp765 StringBijection<LinkDirection>::Entry SUMOXMLDefinitions::linkDirectionValues[] = {
891 StringBijection<LinkDirection> SUMOXMLDefinitions::LinkDirections(
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBRequest.cpp283 LinkDirection ld1 = myJunction->getDirection(from1, to1); in setBlocking()
284 LinkDirection ld2 = myJunction->getDirection(from2, to2); in setBlocking()
764 LinkDirection dir = myJunction->getDirection(from, con.toEdge); in mergeConflict()
781 LinkDirection dir = myJunction->getDirection(from, con.toEdge); in oppositeLeftTurnConflict()
946 LinkDirection dir = myJunction->getDirection(from, to); in mustBrake()
977 const LinkDirection dir = node->getDirection(from, to); in mustBrakeForCrossing()
H A DNBOwnTLDef.h180 double getDirectionalWeight(LinkDirection dir);
H A DNBOwnTLDef.cpp87 NBOwnTLDef::getDirectionalWeight(LinkDirection dir) { in getDirectionalWeight()
276LinkDirection dir = fromEdge->getToNode()->getDirection(fromEdge, approached.toEdge); in computeLogicAndConts()
694 … const LinkDirection i2dir = cross.node->getDirection(fromEdges[i2], toEdges[i2]); in patchStateForCrossings()
971 … const LinkDirection foeDir = fromEdges[i2]->getToNode()->getDirection(fromEdges[i2], toEdges[i2]); in correctConflicting()
H A DNBNode.cpp739 LinkDirection dir = getDirection(fromE, con.toEdge); in computeInternalLaneShape()
809 LinkDirection dir = getDirection(from, con.toEdge); in displaceShapeAtWidthChange()
832 LinkDirection d1 = getDirection(fromE, toE); in needsCont()
843 LinkDirection d2 = getDirection(otherFromE, otherToE); in needsCont()
1256 LinkDirection dir = getDirection(incoming, currentOutgoing); in computeLanes2Lanes()
1702 const LinkDirection d1 = from->getToNode()->getDirection(from, to); in rightTurnConflict()
1710 … const LinkDirection d2 = prohibitorFrom->getToNode()->getDirection(prohibitorFrom, prohibitorTo); in rightTurnConflict()
1895 LinkDirection
H A DNBNode.h491LinkDirection getDirection(const NBEdge* const incoming, const NBEdge* const outgoing, bool leftHa…
H A DNBEdge.cpp199 const LinkDirection straightestDir = to->getDirection(parent, straight); in MainDirections()
1533 LinkDirection dir = n.getDirection(this, con.toEdge); in buildInnerEdges()
1801 NBEdge::bothLeftIntersect(const NBNode& n, const PositionVector& shape, LinkDirection dir, NBEdge* … in bothLeftIntersect()
1806 LinkDirection dir2 = n.getDirection(otherFrom, otherCon.toEdge); in bothLeftIntersect()
2535 const LinkDirection dir = myTo->getDirection(this, (*outgoing)[i]); in addStraightConnections()
H A DNBEdge.h1443 …bool bothLeftIntersect(const NBNode& n, const PositionVector& shape, LinkDirection dir, NBEdge* ot…
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/sagemcom/
H A DXCONNECTION-MIB27 -- * Modification of the LinkDirection enum in order to
123 LinkDirection ::= INTEGER
183 linkDirection LinkDirection,
256 SYNTAX LinkDirection
/dports/cad/sumo/sumo-1.2.0/src/netwrite/
H A DNWWriter_SUMO.h180 LinkDirection dir = LINKDIR_STRAIGHT,
H A DNWWriter_SUMO.cpp698LinkDirection dir = from.getToNode()->getDirection(&from, c.toEdge, OptionsCont::getOptions().getB… in writeConnection()
721 LinkDirection dir = n.getDirection(from, c.toEdge, lefthand); in writeInternalConnections()
742 LinkDirection dir, const std::string& tlID, int linkIndex) { in writeInternalConnection()
H A DNWWriter_OpenDrive.cpp455LinkDirection dir = inEdge->getToNode()->getDirection(inEdge, outEdge, OptionsCont::getOptions().g… in writeInternalEdge()
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLHandler.h287 LinkDirection parseLinkDir(const std::string& dir);
H A DNLHandler.cpp1198 LinkDirection dir = parseLinkDir(attrs.get<std::string>(SUMO_ATTR_DIR, nullptr, ok)); in addConnection()
1278 LinkDirection
/dports/cad/sumo/sumo-1.2.0/src/utils/common/
H A DToString.h139 inline std::string toString<LinkDirection>(const LinkDirection& linkDir, std::streamsize accuracy) {
/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNELane.cpp236LinkDirection dir = dest->getDirection(myParentEdge.getNBEdge(), i.toEdge, OptionsCont::getOptions… in drawArrows()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUILane.cpp405 LinkDirection dir = (*i)->getDirection(); in drawArrows()
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_SL2015.cpp1686 const std::pair<double, LinkDirection>& turnInfo = myVehicle.getNextTurn();