Eclipse SUMO - Simulation of Urban MObility
NIImporter_OpenDrive.h File Reference
#include <config.h>
#include <string>
#include <map>
#include <utils/xml/GenericSAXHandler.h>
#include <utils/geom/PositionVector.h>
Include dependency graph for NIImporter_OpenDrive.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  NIImporter_OpenDrive
 Importer for networks stored in openDrive format. More...
 
struct  NIImporter_OpenDrive::Connection
 A connection between two roads. More...
 
struct  NIImporter_OpenDrive::LaneAttributeChange
 Attribute set applied at a certain position along a lane. More...
 
class  NIImporter_OpenDrive::LaneSorter
 
struct  NIImporter_OpenDrive::OpenDriveController
 Representation of a signal group. More...
 
struct  NIImporter_OpenDrive::OpenDriveEdge
 Representation of an openDrive "link". More...
 
struct  NIImporter_OpenDrive::OpenDriveGeometry
 Representation of an OpenDrive geometry part. More...
 
struct  NIImporter_OpenDrive::OpenDriveLane
 Representation of a lane. More...
 
struct  NIImporter_OpenDrive::OpenDriveLaneSection
 Representation of a lane section. More...
 
struct  NIImporter_OpenDrive::OpenDriveLink
 Representation of an OpenDrive link. More...
 
struct  NIImporter_OpenDrive::OpenDriveObject
 
struct  NIImporter_OpenDrive::OpenDriveSignal
 Representation of a signal. More...
 
struct  NIImporter_OpenDrive::Poly3
 
class  NIImporter_OpenDrive::same_position_finder
 
class  NIImporter_OpenDrive::sections_by_s_sorter
 A class for sorting lane sections by their s-value. More...
 

Macros

#define UNSET_CONNECTION   100000
 
#define UNSET_LANEVALIDITY   100000
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Mirko Barthauer
Date
Mon, 14.04.2008

Definition in file NIImporter_OpenDrive.h.

Macro Definition Documentation

◆ UNSET_CONNECTION

#define UNSET_CONNECTION   100000

Definition at line 42 of file NIImporter_OpenDrive.h.

◆ UNSET_LANEVALIDITY

#define UNSET_LANEVALIDITY   100000

Definition at line 43 of file NIImporter_OpenDrive.h.