Home
last modified time | relevance | path

Searched defs:toEdge (Results 1 – 25 of 45) sorted by relevance

12

/dports/math/g2o/g2o-20201223_git/g2o/types/slam2d/
H A Dedge_se2_pointxy.cpp109 VertexPointXY* toEdge = static_cast<VertexPointXY*>(e->vertex(1)); in operator ()() local
135 VertexPointXY* toEdge = static_cast<VertexPointXY*>(e->vertex(1)); in operator ()() local
H A Dedge_se2.cpp60 VertexSE2* toEdge = static_cast<VertexSE2*>(_vertices[1]); in initialEstimate() local
110 VertexSE2* toEdge = static_cast<VertexSE2*>(e->vertex(1)); in operator ()() local
H A Dedge_se2_pointxy_bearing.cpp83 VertexPointXY* toEdge = static_cast<VertexPointXY*>(e->vertex(1)); in operator ()() local
/dports/math/g2o/g2o-20201223_git/g2o/types/slam3d/
H A Dedge_se3.cpp111 VertexSE3* toEdge = static_cast<VertexSE3*>(e->vertices()[1]); in operator ()() local
141 VertexSE3* toEdge = static_cast<VertexSE3*>(e->vertices()[1]); in operator ()() local
H A Dedge_se3_pointxyz.cpp171 VertexPointXYZ* toEdge = static_cast<VertexPointXYZ*>(e->vertex(1)); in operator ()() local
H A Dedge_se3_pointxyz_disparity.cpp186 VertexPointXYZ* toEdge = static_cast<VertexPointXYZ*>(e->vertices()[1]); in operator ()() local
/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIXMLConnectionsHandler.cpp81 NBEdge* toEdge = myEdgeCont.retrieve(to); in myStartElement() local
120 NBEdge* toEdge = to.length() != 0 ? myEdgeCont.retrieve(to) : nullptr; in myStartElement() local
268 …ctionsHandler::parseLaneInfo(const SUMOSAXAttributes& attributes, NBEdge* fromEdge, NBEdge* toEdge, in parseLaneInfo()
/dports/math/g2o/g2o-20201223_git/g2o/types/sclam2d/
H A Dedge_se2_odom_differential_calib.cpp68 VertexSE2* toEdge = static_cast<VertexSE2*>(e->vertex(1)); in operator ()() local
H A Dedge_se2_sensor_calib.cpp81 VertexSE2* toEdge = static_cast<VertexSE2*>(e->vertex(1)); in operator ()() local
/dports/math/g2o/g2o-20201223_git/g2o/examples/interactive_slam/g2o_interactive/
H A Dtypes_slam2d_online.h70 OnlineVertexSE2* toEdge = static_cast<OnlineVertexSE2*>(_vertices[1]); in initialEstimate() local
H A Dtypes_slam3d_online.h68 OnlineVertexSE3* toEdge = static_cast<OnlineVertexSE3*>(_vertices[1]); in initialEstimate() local
/dports/cad/sumo/sumo-1.2.0/src/netimport/vissim/tempstructs/
H A DNIVissimConnection.cpp215 NBEdge* toEdge = nullptr; in buildEdgeConnections() local
292 NIVissimConnection::recheckLanes(const NBEdge* const fromEdge, const NBEdge* const toEdge) { in recheckLanes()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/cmd/
H A DSimulation.java422 …public static SumoCommand findRoute(String fromEdge, String toEdge, String vType, double depart, i… in findRoute()
444 …public static SumoCommand findIntermodalRoute(String fromEdge, String toEdge, String modes, double… in findIntermodalRoute()
H A DPerson.java94 …public static SumoCommand appendDrivingStage(String personID, String toEdge, String lines, String … in appendDrivingStage()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSRoute.cpp278 … const MSEdge* fromEdge, const MSEdge* toEdge, bool includeInternal, int routePosition) const { in getDistanceBetween() argument
333 … const MSRouteIterator& fromEdge, const MSRouteIterator& toEdge, bool includeInternal) const { in getDistanceBetween() argument
/dports/cad/sumo/sumo-1.2.0/tools/sumolib/net/
H A Dconnection.py30 …def __init__(self, fromEdge, toEdge, fromLane, toLane, direction, tls, tllink, state, viaLaneID=No… argument
H A Dedge.py106 def getConnections(self, toEdge): argument
H A D__init__.py221 …def addConnection(self, fromEdge, toEdge, fromlane, tolane, direction, tls, tllink, state, viaLane… argument
480 def getShortestPath(self, fromEdge, toEdge, maxCost=1e400): argument
/dports/cad/sumo/sumo-1.2.0/tools/sumolib/net/generator/
H A Dnetwork.py35 def addCrossing(self, fromEdge, toEdge): argument
108 def __init__(self, fromEdge, fromLane, toEdge, toLane): argument
H A Ddemand.py59 def __init__(self, id, depart, fromEdge, toEdge, vType, via=None): argument
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_simulation.py392 def findRoute(self, fromEdge, toEdge, vType="", depart=-1., routingMode=0): argument
403 def findIntermodalRoute(self, fromEdge, toEdge, modes="", depart=-1., routingMode=0, speed=-1., argument
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DSimulation.cpp428 const MSEdge* const toEdge = MSEdge::dictionary(to); in findRoute() local
474 const MSEdge* const toEdge = MSEdge::dictionary(to); in findIntermodalRoute() local
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBPTLineCont.cpp408 NBEdge* toEdge = ec.getByID(to->getEdgeId()); in getCost() local
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/fgl-5.7.0.3/Data/Graph/Inductive/
H A DGraph.hs249 toEdge (v,w,_) = (v,w) function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fgl-5.7.0.3/Data/Graph/Inductive/
H A DGraph.hs249 toEdge (v,w,_) = (v,w) function

12