Eclipse SUMO - Simulation of Urban MObility
NGFrame.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 /****************************************************************************/
14 // Sets and checks options for netgen
15 /****************************************************************************/
16 #ifndef NGFrame_h
17 #define NGFrame_h
18 
19 
20 // ===========================================================================
21 // included modules
22 // ===========================================================================
23 #include <config.h>
24 
25 
26 // ===========================================================================
27 // class definitions
28 // ===========================================================================
33 class NGFrame {
34 public:
37  static void fillOptions();
38 
39 
43  static bool checkOptions();
44 
45 
46 };
47 
48 
49 #endif
50 
51 /****************************************************************************/
52 
NGFrame::fillOptions
static void fillOptions()
Inserts options used by the network generator.
Definition: NGFrame.cpp:39
NGFrame
Sets and checks options for netgen.
Definition: NGFrame.h:33
config.h
NGFrame::checkOptions
static bool checkOptions()
Checks set options from the OptionsCont-singleton for being valid.
Definition: NGFrame.cpp:208