mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
1 line
846 B
JavaScript
1 line
846 B
JavaScript
initSidebarItems({"enum":[["Direction",""],["VehicleClass",""]],"mod":[["normalize","Transforms a `raw::Network` into a `Network` that's easier to reason about."],["raw","Parse SUMO networks from XML without making any simplifications or transformations. A subset of the structures and fields defined at https://sumo.dlr.de/docs/Networks/PlainXML.html are produced."]],"struct":[["Connection",""],["Edge",""],["EdgeID",""],["InternalEdge","See https://sumo.dlr.de/docs/Networks/SUMO_Road_Networks.html#internal_edges"],["InternalLane",""],["InternalLaneID",""],["Junction",""],["Lane",""],["LaneID",""],["Network","A normalized form of a SUMO network. A `raw::Network` is a direct representation of a .net.xml file. That's further simplified to produce this structure, which should be easier to work with. The transformations:"],["NodeID",""]]}); |