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. | |
static void | fillOptions (bool forNetgen) |
Inserts options used by the network converter. |
bool NBFrame::checkOptions | ( | ) | [static] |
Checks set options from the OptionsCont-singleton for being valid.
Definition at line 290 of file NBFrame.cpp.
References OptionsCont::getOptions(), OptionsCont::isDefault(), OptionsCont::isSet(), OptionsCont::set(), and WRITE_WARNING.
Referenced by checkOptions().
void NBFrame::fillOptions | ( | bool | forNetgen | ) | [static] |
Inserts options used by the network converter.
[in] | forNetgen | Whether netconvert options shall be omitted |
Definition at line 60 of file NBFrame.cpp.
References OptionsCont::addDescription(), OptionsCont::addSynonyme(), OptionsCont::doRegister(), OptionsCont::getOptions(), and SUMOReal.
Referenced by fillOptions().