SUMO - Simulation of Urban MObility
GNEProhibition.cpp
Go to the documentation of this file.
1
/****************************************************************************/
7
// A class for visualizing prohibitions between edges
8
/****************************************************************************/
9
// SUMO, Simulation of Urban MObility; see http://sumo.dlr.de/
10
// Copyright (C) 2001-2017 DLR (http://www.dlr.de/) and contributors
11
/****************************************************************************/
12
//
13
// This file is part of SUMO.
14
// SUMO is free software: you can redistribute it and/or modify
15
// it under the terms of the GNU General Public License as published by
16
// the Free Software Foundation, either version 3 of the License, or
17
// (at your option) any later version.
18
//
19
/****************************************************************************/
20
21
22
// ===========================================================================
23
// included modules
24
// ===========================================================================
25
#ifdef _MSC_VER
26
#include <
windows_config.h
>
27
#else
28
#include <
config.h
>
29
#endif
30
31
#include <string>
32
#include <iostream>
33
#include <utility>
34
#include <time.h>
35
#include <
foreign/polyfonts/polyfonts.h
>
36
#include <
utils/foxtools/MFXUtils.h
>
37
#include <
utils/geom/PositionVector.h
>
38
#include <
utils/gui/windows/GUISUMOAbstractView.h
>
39
#include <
utils/common/ToString.h
>
40
#include <
utils/gui/windows/GUIAppEnum.h
>
41
#include <
utils/gui/div/GUIParameterTableWindow.h
>
42
#include <
utils/gui/globjects/GUIGLObjectPopupMenu.h
>
43
#include <
utils/gui/div/GUIGlobalSelection.h
>
44
#include <
utils/gui/div/GLHelper.h
>
45
#include <
utils/gui/globjects/GLIncludes.h
>
46
47
#include "
GNEProhibition.h
"
48
49
50
51
// ===========================================================================
52
// static member definitions
53
// ===========================================================================
54
55
56
// ===========================================================================
57
// method definitions
58
// ===========================================================================
59
60
61
/****************************************************************************/
GUIGLObjectPopupMenu.h
GLHelper.h
windows_config.h
GLIncludes.h
config.h
polyfonts.h
GUIGlobalSelection.h
PositionVector.h
ToString.h
GUIAppEnum.h
GUIParameterTableWindow.h
MFXUtils.h
GNEProhibition.h
GUISUMOAbstractView.h
src
netedit
GNEProhibition.cpp
Generated on Sun Dec 17 2017 21:15:31 for SUMO - Simulation of Urban MObility by
1.8.13