Eclipse SUMO - Simulation of Urban MObility
|
Exporter writing networks using the MATSim format. More...
#include <NWWriter_MATSim.h>
Static Public Member Functions | |
static void | writeNetwork (const OptionsCont &oc, NBNetBuilder &nb) |
Writes the network into a MATSim-file. | |
Exporter writing networks using the MATSim format.
Definition at line 51 of file NWWriter_MATSim.h.
|
static |
Writes the network into a MATSim-file.
[in] | oc | The options to use |
[in] | nb | The network builder to fill |
Definition at line 41 of file NWWriter_MATSim.cpp.
References NBEdgeCont::begin(), NBNodeCont::begin(), OutputDevice::close(), NBEdgeCont::end(), NBNodeCont::end(), OutputDevice::getDevice(), NBNetBuilder::getEdgeCont(), OptionsCont::getFloat(), NBNetBuilder::getNodeCont(), OptionsCont::getString(), and OptionsCont::isSet().
Referenced by NWFrame::writeNetwork().