Eclipse SUMO - Simulation of Urban MObility
netgen_main.cpp File Reference
#include <config.h>
#include <iostream>
#include <fstream>
#include <string>
#include <ctime>
#include <netgen/NGNet.h>
#include <netgen/NGRandomNetBuilder.h>
#include <netgen/NGFrame.h>
#include <netbuild/NBNetBuilder.h>
#include <netbuild/NBFrame.h>
#include <netwrite/NWFrame.h>
#include <netimport/NITypeLoader.h>
#include <netimport/NIXMLTypesHandler.h>
#include <utils/options/OptionsCont.h>
#include <utils/options/OptionsIO.h>
#include <utils/options/Option.h>
#include <utils/common/MsgHandler.h>
#include <utils/common/SystemFrame.h>
#include <utils/common/UtilExceptions.h>
#include <utils/common/RandHelper.h>
#include <utils/common/ToString.h>
#include <utils/distribution/RandomDistributor.h>
#include <utils/geom/GeoConvHelper.h>
#include <utils/xml/XMLSubSys.h>
#include <utils/iodevices/OutputDevice.h>
Include dependency graph for netgen_main.cpp:

Go to the source code of this file.

Functions

NGNetbuildNetwork (NBNetBuilder &nb)
 
bool checkOptions ()
 
void fillOptions ()
 
int main (int argc, char **argv)
 

Detailed Description

Author
Markus Hartinger
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Date
Mar, 2003

Definition in file netgen_main.cpp.

Function Documentation

◆ buildNetwork()

◆ checkOptions()

bool checkOptions ( )

Definition at line 96 of file netgen_main.cpp.

References NBFrame::checkOptions(), NGFrame::checkOptions(), NWFrame::checkOptions(), and SystemFrame::checkOptions().

Referenced by main().

Here is the caller graph for this function:

◆ fillOptions()

◆ main()