Home
last modified time | relevance | path

Searched refs:EDGEFUNC_WALKINGAREA (Results 1 – 9 of 9) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIImporter_SUMO.cpp124 …->func == EDGEFUNC_INTERNAL || ed->func == EDGEFUNC_CROSSING || ed->func == EDGEFUNC_WALKINGAREA) { in _loadNetwork()
542 …else if (myCurrentEdge->func == EDGEFUNC_INTERNAL || myCurrentEdge->func == EDGEFUNC_WALKINGAREA) { in addEdge()
600 } else if (myCurrentEdge->func == EDGEFUNC_WALKINGAREA) { in addLane()
765 … if (from->func == EDGEFUNC_WALKINGAREA && myEdges[conn.toEdgeID]->func == EDGEFUNC_CROSSING) { in addConnection()
779 …else if (from->func == EDGEFUNC_CROSSING && myEdges[conn.toEdgeID]->func == EDGEFUNC_WALKINGAREA) { in addConnection()
791 if (from->func == EDGEFUNC_WALKINGAREA) { in addConnection()
806 } else if (to->func == EDGEFUNC_WALKINGAREA) { in addConnection()
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DROEdge.h159 return myFunction == EDGEFUNC_WALKINGAREA; in isWalkingArea()
H A DRONetHandler.cpp154 if (func == EDGEFUNC_INTERNAL || func == EDGEFUNC_CROSSING || func == EDGEFUNC_WALKINGAREA) { in parseEdge()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIEdge.cpp233 …me = s.cwaEdgeName.show && (myFunction == EDGEFUNC_CROSSING || myFunction == EDGEFUNC_WALKINGAREA); in drawGL()
237 …|| ((myFunction == EDGEFUNC_CROSSING || myFunction == EDGEFUNC_WALKINGAREA) && s.drawCrossingsAndW… in drawGL()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSEdge.h246 return myFunction == EDGEFUNC_WALKINGAREA; in isWalkingArea()
H A DMSNet.cpp1048 if (e->getFunction() == EDGEFUNC_WALKINGAREA) { in checkWalkingarea()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1030 EDGEFUNC_WALKINGAREA, enumerator
H A DSUMOXMLDefinitions.cpp705 {"walkingarea", EDGEFUNC_WALKINGAREA},
/dports/cad/sumo/sumo-1.2.0/src/netwrite/
H A DNWWriter_SUMO.cpp390 into.writeAttr(SUMO_ATTR_FUNCTION, EDGEFUNC_WALKINGAREA); in writeInternalEdges()