Eclipse 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-2019 German Aerospace Center (DLR) and others.
4
// This program and the accompanying materials
5
// are made available under the terms of the Eclipse Public License v2.0
6
// which accompanies this distribution, and is available at
7
// http://www.eclipse.org/legal/epl-v20.html
8
// SPDX-License-Identifier: EPL-2.0
9
/****************************************************************************/
15
// Sets and checks options for netbuild
16
/****************************************************************************/
17
#ifndef NBFrame_h
18
#define NBFrame_h
19
20
21
// ===========================================================================
22
// included modules
23
// ===========================================================================
24
#include <
config.h
>
25
26
#include <string>
27
#include <iostream>
28
#include <vector>
29
#include <set>
30
#include "
NBEdgeCont.h
"
31
#include "
NBTypeCont.h
"
32
#include "
NBNodeCont.h
"
33
#include "
NBNode.h
"
34
#include "
NBTrafficLightLogicCont.h
"
35
#include "
NBDistrictCont.h
"
36
#include <
utils/common/UtilExceptions.h
>
37
38
39
// ===========================================================================
40
// class definitions
41
// ===========================================================================
46
class
NBFrame
{
47
public
:
51
static
void
fillOptions
(
bool
forNetgen);
52
53
57
static
bool
checkOptions
();
58
59
60
};
61
62
63
#endif
64
65
/****************************************************************************/
66
NBEdgeCont.h
NBFrame::checkOptions
static bool checkOptions()
Checks set options from the OptionsCont-singleton for being valid.
Definition:
NBFrame.cpp:591
NBTypeCont.h
NBFrame
Sets and checks options for netbuild.
Definition:
NBFrame.h:46
UtilExceptions.h
NBFrame::fillOptions
static void fillOptions(bool forNetgen)
Inserts options used by the network converter.
Definition:
NBFrame.cpp:48
NBNodeCont.h
NBDistrictCont.h
config.h
NBTrafficLightLogicCont.h
NBNode.h
src
netbuild
NBFrame.h
Generated on Sun Dec 13 2020 08:44:58 for Eclipse SUMO - Simulation of Urban MObility by
1.8.20