Home
last modified time | relevance | path

Searched refs:writeInternalEdges (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netwrite/
H A DNWWriter_SUMO.h113 static bool writeInternalEdges(OutputDevice& into, const NBEdgeCont& ec, const NBNode& n);
H A DNWWriter_SUMO.cpp107 hadAny |= writeInternalEdges(device, ec, *(*i).second); in writeNetwork()
277 NWWriter_SUMO::writeInternalEdges(OutputDevice& into, const NBEdgeCont& ec, const NBNode& n) { in writeInternalEdges() function in NWWriter_SUMO