![]() |
Eclipse 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. More... | |
static void | fillOptions () |
Inserts options used by the network generator. More... | |
|
static |
Checks set options from the OptionsCont-singleton for being valid.
Definition at line 206 of file NGFrame.cpp.
References OptionsCont::getBool(), OptionsCont::getOptions(), OptionsCont::getString(), OptionsCont::isSet(), NODETYPE_ALLWAY_STOP, NODETYPE_NOJUNCTION, NODETYPE_PRIORITY, NODETYPE_PRIORITY_STOP, NODETYPE_RAIL_CROSSING, NODETYPE_RAIL_SIGNAL, NODETYPE_RIGHT_BEFORE_LEFT, NODETYPE_TRAFFIC_LIGHT, NODETYPE_TRAFFIC_LIGHT_NOJUNCTION, NODETYPE_TRAFFIC_LIGHT_RIGHT_ON_RED, NODETYPE_ZIPPER, toString(), and WRITE_ERROR.
Referenced by checkOptions().
|
static |
Inserts options used by the network generator.
Definition at line 40 of file NGFrame.cpp.
References OptionsCont::addDescription(), OptionsCont::addSynonyme(), OptionsCont::doRegister(), and OptionsCont::getOptions().
Referenced by fillOptions().