Eclipse SUMO - Simulation of Urban MObility
netconvert_main.cpp File Reference
Include dependency graph for netconvert_main.cpp:

Go to the source code of this file.

Functions

bool checkOptions ()
 
void fillOptions ()
 
int main (int argc, char **argv)
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Date
Tue, 20 Nov 2001

Definition in file netconvert_main.cpp.

Function Documentation

◆ checkOptions()

bool checkOptions ( )

Definition at line 82 of file netconvert_main.cpp.

References NBFrame::checkOptions(), NIFrame::checkOptions(), NWFrame::checkOptions(), SystemFrame::checkOptions(), and OptionsCont::getOptions().

Referenced by main().

Here is the caller graph for this function:

◆ fillOptions()

void fillOptions ( )

Definition at line 51 of file netconvert_main.cpp.

References OptionsCont::addCallExample(), SystemFrame::addConfigurationOptions(), OptionsCont::addOptionSubTopic(), GeoConvHelper::addProjectionOptions(), NIFrame::fillOptions(), NBFrame::fillOptions(), NWFrame::fillOptions(), OptionsCont::getOptions(), and RandHelper::insertRandOptions().

Referenced by main().

Here is the caller graph for this function:

◆ main()