![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>#include <iostream>#include <string>#include <netimport/NIFrame.h>#include <netimport/NILoader.h>#include <netbuild/NBFrame.h>#include <netbuild/NBNetBuilder.h>#include <netwrite/NWFrame.h>#include <utils/options/OptionsIO.h>#include <utils/options/OptionsCont.h>#include <utils/common/UtilExceptions.h>#include <utils/common/RandHelper.h>#include <utils/common/SystemFrame.h>#include <utils/common/MsgHandler.h>#include <utils/distribution/DistributionCont.h>#include <utils/xml/XMLSubSys.h>#include <utils/iodevices/OutputDevice.h>#include <utils/geom/GeoConvHelper.h>
Go to the source code of this file.
Functions | |
| bool | checkOptions () |
| void | fillOptions () |
| int | main (int argc, char **argv) |
| bool checkOptions | ( | ) |
Definition at line 86 of file netconvert_main.cpp.
References NIFrame::checkOptions(), NWFrame::checkOptions(), NBFrame::checkOptions(), and SystemFrame::checkOptions().
Referenced by main().
| void fillOptions | ( | ) |
Definition at line 59 of file netconvert_main.cpp.
References OptionsCont::addCallExample(), SystemFrame::addConfigurationOptions(), OptionsCont::addOptionSubTopic(), GeoConvHelper::addProjectionOptions(), SystemFrame::addReportOptions(), NIFrame::fillOptions(), NWFrame::fillOptions(), NBFrame::fillOptions(), OptionsCont::getOptions(), and RandHelper::insertRandOptions().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 99 of file netconvert_main.cpp.
References NBNetBuilder::applyOptions(), checkOptions(), DistributionCont::clear(), MsgHandler::clear(), SystemFrame::close(), NBNetBuilder::compute(), fillOptions(), OptionsCont::getBool(), MsgHandler::getErrorInstance(), OptionsIO::getOptions(), OptionsCont::getOptions(), OptionsCont::getString(), MsgHandler::inform(), GeoConvHelper::init(), XMLSubSys::init(), MsgHandler::initOutputOptions(), RandHelper::initRandGlobal(), NILoader::load(), OptionsCont::processMetaOptions(), OptionsCont::setApplicationDescription(), OptionsCont::setApplicationName(), OptionsIO::setArgs(), XMLSubSys::setValidation(), VERSION_STRING, WRITE_ERROR, and NWFrame::writeNetwork().