SUMO - Simulation of Urban MObility
GUIGlObjectTypes.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 /****************************************************************************/
19 // A list of object types which may be displayed within the gui
20 // each type has an associated string which will be prefefixed to an object id
21 // when constructing the full name
22 /****************************************************************************/
23 #ifndef GUIGlObjectTypes_h
24 #define GUIGlObjectTypes_h
25 
26 
27 // ===========================================================================
28 // included modules
29 // ===========================================================================
30 #ifdef _MSC_VER
31 #include <windows_config.h>
32 #else
33 #include <config.h>
34 #endif
35 
36 
37 // ===========================================================================
38 // definitions
39 // ===========================================================================
50  GLO_EDGE = 1,
52  GLO_LANE = 2,
70  GLO_POLYGON = 128,
72  GLO_POI = 256,
74  GLO_VEHICLE = 512,
76  GLO_PERSON = 1024,
78  GLO_CONTAINER = 2048,
80  GLO_MAX = 4096
81 
82 };
83 
84 #endif
85 
86 /****************************************************************************/
a prohibition
a tl-logic
a lane speed trigger,
a polygon
GUIGlObjectType
a vehicles
a connection
a container
a person
a tl-logic
a detector
compound additional
an edge
The network - empty.
empty max
a junction