![]() |
SUMO - Simulation of Urban MObility
|
Sets and checks options for netbuild. More...
#include <NBFrame.h>
Static Public Member Functions | |
static bool | checkOptions () |
Checks set options from the OptionsCont-singleton for being valid. More... | |
static void | fillOptions (bool forNetgen) |
Inserts options used by the network converter. More... | |
|
static |
Checks set options from the OptionsCont-singleton for being valid.
Definition at line 536 of file NBFrame.cpp.
References OptionsCont::getBool(), OptionsCont::getFloat(), OptionsCont::getInt(), OptionsCont::getOptions(), OptionsCont::getString(), StringBijection< T >::hasString(), OptionsCont::isDefault(), OptionsCont::isSet(), SUMOXMLDefinitions::RightOfWayValues, OptionsCont::set(), toString(), SUMOXMLDefinitions::TrafficLightTypes, WRITE_ERROR, and WRITE_WARNING.
Referenced by checkOptions(), GNEApplicationWindow::onCmdOptions(), and GNELoadThread::run().
|
static |
Inserts options used by the network converter.
[in] | forNetgen | Whether netconvert options shall be omitted |
Definition at line 49 of file NBFrame.cpp.
References OptionsCont::addDescription(), OptionsCont::addSynonyme(), OptionsCont::doRegister(), OptionsCont::getOptions(), and NBEdge::UNSPECIFIED_WIDTH.
Referenced by fillOptions(), and GNELoadThread::fillOptions().