![]() |
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/images/GUIIcons.h>
#include <utils/gui/settings/GUIVisualizationSettings.h>
#include <utils/xml/SUMOSAXAttributes.h>
#include <utils/xml/SUMOXMLDefinitions.h>
#include "GNEReferenceCounter.h"
Go to the source code of this file.
Data Structures | |
struct | GNEGeometry |
struct | GNEGeometry::Geometry |
struct for pack all variables related with geometry of stop More... | |
struct | GNEGeometry::Lane2laneConnection |
lane2lane struct More... | |
struct | GNEGeometry::ParentConnections |
struct for pack all variables and functions relative to connections between hierarchical element and their children More... | |
struct | GNEGeometry::SegmentGeometry |
struct for pack all variables related with geometry of elemements divided in segments More... | |
struct | GNEGeometry::SegmentGeometry::Segment |
struct used for represent segments of element geometry More... | |
struct | GNEGeometry::SegmentGeometry::SegmentToUpdate |
struct used for represent segments that must be updated More... | |
Definition in file GNEGeometry.h.