SUMO - Simulation of Urban MObility
|
Sets and checks options for netgen. More...
#include <NGFrame.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 generator. |
|
static |
Checks set options from the OptionsCont-singleton for being valid.
Definition at line 191 of file NGFrame.cpp.
References OptionsCont::getBool(), OptionsCont::getOptions(), OptionsCont::getString(), OptionsCont::isSet(), NODETYPE_PRIORITY_JUNCTION, NODETYPE_RIGHT_BEFORE_LEFT, NODETYPE_TRAFFIC_LIGHT, toString(), and WRITE_ERROR.
Referenced by checkOptions().
|
static |
Inserts options used by the network generator.
Definition at line 50 of file NGFrame.cpp.
References OptionsCont::addDescription(), OptionsCont::addSynonyme(), OptionsCont::doRegister(), OptionsCont::getOptions(), PI, and SUMOReal.
Referenced by fillOptions().