SUMO - Simulation of Urban MObility
NBFrame.h
Go to the documentation of this file.
1
/****************************************************************************/
2
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3
// Copyright (C) 2001-2017 German Aerospace Center (DLR) and others.
4
/****************************************************************************/
5
//
6
// This program and the accompanying materials
7
// are made available under the terms of the Eclipse Public License v2.0
8
// which accompanies this distribution, and is available at
9
// http://www.eclipse.org/legal/epl-v20.html
10
//
11
/****************************************************************************/
18
// Sets and checks options for netbuild
19
/****************************************************************************/
20
#ifndef NBFrame_h
21
#define NBFrame_h
22
23
24
// ===========================================================================
25
// included modules
26
// ===========================================================================
27
#ifdef _MSC_VER
28
#include <
windows_config.h
>
29
#else
30
#include <
config.h
>
31
#endif
32
33
#include <string>
34
#include <iostream>
35
#include <vector>
36
#include <set>
37
#include "
NBEdgeCont.h
"
38
#include "
NBTypeCont.h
"
39
#include "
NBNodeCont.h
"
40
#include "
NBNode.h
"
41
#include "
NBTrafficLightLogicCont.h
"
42
#include "
NBDistrictCont.h
"
43
#include <
utils/common/UtilExceptions.h
>
44
45
46
// ===========================================================================
47
// class definitions
48
// ===========================================================================
53
class
NBFrame
{
54
public
:
58
static
void
fillOptions
(
bool
forNetgen);
59
60
64
static
bool
checkOptions
();
65
66
67
};
68
69
70
#endif
71
72
/****************************************************************************/
73
NBFrame::checkOptions
static bool checkOptions()
Checks set options from the OptionsCont-singleton for being valid.
Definition:
NBFrame.cpp:461
UtilExceptions.h
NBNodeCont.h
windows_config.h
config.h
NBDistrictCont.h
NBNode.h
NBTrafficLightLogicCont.h
NBFrame::fillOptions
static void fillOptions(bool forNetgen)
Inserts options used by the network converter.
Definition:
NBFrame.cpp:55
NBFrame
Sets and checks options for netbuild.
Definition:
NBFrame.h:53
NBEdgeCont.h
NBTypeCont.h
src
netbuild
NBFrame.h
Generated on Mon Aug 27 2018 10:28:23 for SUMO - Simulation of Urban MObility by
1.8.13