![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <utils/common/MsgHandler.h>
#include <utils/common/Parameterised.h>
#include <utils/common/ToString.h>
#include <utils/common/UtilExceptions.h>
#include <utils/geom/PositionVector.h>
#include <utils/gui/globjects/GUIGlObjectTypes.h>
#include <utils/gui/images/GUIIcons.h>
#include <utils/gui/settings/GUIVisualizationSettings.h>
#include <utils/xml/SUMOSAXAttributes.h>
#include <utils/xml/SUMOXMLDefinitions.h>
#include <netedit/elements/GNEPathElements.h>
#include "GNEReferenceCounter.h"
Go to the source code of this file.
Data Structures | |
struct | GNEGeometry |
class | GNEGeometry::DottedGeometry |
class for pack all variables related with DottedGeometry More... | |
struct | GNEGeometry::DottedGeometry::Segment |
dotted geometry segment More... | |
class | GNEGeometry::DottedGeometryColor |
class for pack all variables related with DottedGeometry color More... | |
struct | GNEGeometry::ExtremeGeometry |
struct for variables used in Geometry extremes More... | |
class | GNEGeometry::Geometry |
class for NETEDIT geometries over lanes More... | |
class | GNEGeometry::HierarchicalConnections |
class to pack all variables and functions relative to connections between hierarchical element and their children More... | |
class | GNEGeometry::HierarchicalConnections::ConnectionGeometry |
connection geometry More... | |
class | GNEGeometry::Lane2laneConnection |
class lane2lane connection geometry More... | |
struct | GNEGeometry::SegmentGeometry |
struct for pack all variables related with geometry of elemements divided in segments More... | |
class | GNEGeometry::SegmentGeometry::Segment |
struct used for represent segments of element geometry More... | |
class | GNEGeometry::SegmentGeometry::SegmentToUpdate |
struct used for represent segments that must be updated More... | |
Definition in file GNEGeometry.h.