Eclipse SUMO - Simulation of Urban MObility
|
Exporter writing networks using the Amitran format. More...
#include <NWWriter_Amitran.h>
Static Public Member Functions | |
static void | writeNetwork (const OptionsCont &oc, NBNetBuilder &nb) |
Writes the network into a Amitran-file. | |
Exporter writing networks using the Amitran format.
Definition at line 39 of file NWWriter_Amitran.h.
|
static |
Writes the network into a Amitran-file.
[in] | oc | The options to use |
[in] | nb | The network builder to fill |
Definition at line 42 of file NWWriter_Amitran.cpp.
References ALLWAY_STOP, NBEdgeCont::begin(), NBNodeCont::begin(), OutputDevice::close(), DEAD_END, DEAD_END_DEPRECATED, DISTRICT, NBEdgeCont::end(), NBNodeCont::end(), OutputDevice::getDevice(), NBNetBuilder::getEdgeCont(), NBNetBuilder::getNodeCont(), NWWriter_DlrNavteq::getRoadClass(), NBEdgeCont::getRoundabouts(), OptionsCont::getString(), INTERNAL, OptionsCont::isSet(), LEFT_BEFORE_RIGHT, NOJUNCTION, PRIORITY, PRIORITY_STOP, RAIL_CROSSING, RAIL_SIGNAL, RIGHT_BEFORE_LEFT, TRAFFIC_LIGHT, TRAFFIC_LIGHT_NOJUNCTION, TRAFFIC_LIGHT_RIGHT_ON_RED, UNKNOWN, and ZIPPER.
Referenced by NWFrame::writeNetwork().