![]() |
Eclipse 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) |
Definition in file netconvert_main.cpp.
| bool checkOptions | ( | ) |
Definition at line 82 of file netconvert_main.cpp.
References NBFrame::checkOptions(), NIFrame::checkOptions(), NWFrame::checkOptions(), SystemFrame::checkOptions(), and OptionsCont::getOptions().
Referenced by main().
| void fillOptions | ( | ) |
Definition at line 51 of file netconvert_main.cpp.
References OptionsCont::addCallExample(), SystemFrame::addConfigurationOptions(), OptionsCont::addOptionSubTopic(), GeoConvHelper::addProjectionOptions(), NIFrame::fillOptions(), NBFrame::fillOptions(), NWFrame::fillOptions(), OptionsCont::getOptions(), RandHelper::insertRandOptions(), and TL.
Referenced by GNELoadThread::loadConsoleOptions(), main(), and GNELoadThread::newNetwork().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 96 of file netconvert_main.cpp.
References NBNetBuilder::applyOptions(), checkOptions(), DistributionCont::clear(), MsgHandler::clear(), SystemFrame::close(), NBNetBuilder::compute(), fillOptions(), OptionsCont::getBool(), MsgHandler::getErrorInstance(), NBNetBuilder::getNodeCont(), OptionsCont::getOptions(), OptionsIO::getOptions(), OptionsCont::getString(), MsgHandler::getWarningInstance(), MsgHandler::inform(), XMLSubSys::init(), GeoConvHelper::init(), MsgHandler::initOutputOptions(), RandHelper::initRandGlobal(), OptionsCont::isDefault(), OptionsCont::isSet(), NILoader::load(), NBNodeCont::printBuiltNodesStatistics(), OptionsCont::processMetaOptions(), OptionsCont::setApplicationDescription(), OptionsCont::setApplicationName(), OptionsIO::setArgs(), OptionsCont::setDefault(), XMLSubSys::setValidation(), TL, WRITE_ERROR, and NWFrame::writeNetwork().