SUMO - Simulation of Urban MObility
|
Sets and checks options for netimport. More...
#include <NIFrame.h>
Static Public Member Functions | |
static bool | checkOptions () |
Checks set options from the OptionsCont-singleton for being valid. | |
static void | fillOptions () |
Inserts options used by the network importer and network building modules. |
|
static |
Checks set options from the OptionsCont-singleton for being valid.
Definition at line 251 of file NIFrame.cpp.
References OptionsCont::checkDependingSuboptions(), OptionsCont::getBool(), OptionsCont::getOptions(), OptionsCont::getString(), OptionsCont::isDefault(), OptionsCont::isSet(), OptionsCont::isWriteable(), and OptionsCont::set().
Referenced by checkOptions().
|
static |
Inserts options used by the network importer and network building modules.
Calls "NBNetBuilder::insertNetBuildOptions" for inserting network building options.
Definition at line 58 of file NIFrame.cpp.
References OptionsCont::addDescription(), OptionsCont::addSynonyme(), OptionsCont::doRegister(), OptionsCont::getOptions(), and SUMOReal.
Referenced by fillOptions().