Home
last modified time | relevance | path

Searched refs:EDGEFUNC_NORMAL (Results 1 – 14 of 14) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/unittest/src/microsim/
H A DMSCFModel_IDMTest.cpp72 MSEdge* edge = new MSEdge("dummy", 0, EDGEFUNC_NORMAL, "", "", -1); in SetUp()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOSAXAttributesImpl_Cached.cpp156 return EDGEFUNC_NORMAL; in getEdgeFunc()
H A DSUMOSAXAttributesImpl_Xerces.cpp158 return EDGEFUNC_NORMAL; in getEdgeFunc()
H A DSUMOSAXAttributesImpl_Binary.cpp251 return EDGEFUNC_NORMAL; in getEdgeFunc()
H A DSUMOXMLDefinitions.h1027 EDGEFUNC_NORMAL, enumerator
H A DSUMOXMLDefinitions.cpp702 {"normal", EDGEFUNC_NORMAL},
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIEdge.cpp231 const bool drawEdgeName = s.edgeName.show && myFunction == EDGEFUNC_NORMAL; in drawGL()
235 const bool drawEdgeValue = s.edgeValue.show && (myFunction == EDGEFUNC_NORMAL in drawGL()
/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIImporter_SUMO.cpp794 if (to->func == EDGEFUNC_NORMAL) { in addConnection()
809 if (from->func == EDGEFUNC_NORMAL) { in addConnection()
/dports/cad/sumo/sumo-1.2.0/src/marouter/
H A Dmarouter_main.cpp156 if (edge->getFunction() == EDGEFUNC_NORMAL) { in writeInterval()
/dports/cad/sumo/sumo-1.2.0/src/microsim/pedestrians/
H A DMSPModel_Striping.cpp1282 } else if (route.front()->getFunction() != EDGEFUNC_NORMAL) { in PState()
1440 …ormalLane = (myLane == nullptr || myLane->getEdge().getFunction() == EDGEFUNC_NORMAL || &myLane->g… in moveToNextLane()
1493 assert(myLane->getEdge().getFunction() == EDGEFUNC_NORMAL); in moveToNextLane()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DPerson.cpp523 if (oldEdges.front()->getFunction() != EDGEFUNC_NORMAL) { in rerouteTraveltime()
H A DVehicle.cpp1051 … if (e->getFunction() == EDGEFUNC_NORMAL && (e->getPermissions() & vclass) == vclass) {
/dports/cad/sumo/sumo-1.2.0/src/utils/router/
H A DIntermodalNetwork.h368 … if (edge->getFunction() == EDGEFUNC_NORMAL || edge->getFunction() == EDGEFUNC_INTERNAL) { in addCarEdges()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSEdge.cpp1126 if (getFunction() != EDGEFUNC_NORMAL) { in checkAndRegisterBiDirEdge()