Eclipse SUMO - Simulation of Urban MObility
NIImporter_OpenDrive::Connection Struct Reference

A connection between two roads. More...

#include <NIImporter_OpenDrive.h>

Collaboration diagram for NIImporter_OpenDrive::Connection:
[legend]

Public Member Functions

std::string getDescription () const
 

Data Fields

bool all
 
ContactPoint fromCP
 
std::string fromEdge
 
int fromLane
 
std::string origID
 
int origLane
 
PositionVector shape
 
ContactPoint toCP
 
std::string toEdge
 
int toLane
 

Detailed Description

A connection between two roads.

Definition at line 462 of file NIImporter_OpenDrive.h.

Member Function Documentation

◆ getDescription()

std::string NIImporter_OpenDrive::Connection::getDescription ( ) const
inline

Definition at line 474 of file NIImporter_OpenDrive.h.

References all, fromCP, fromEdge, fromLane, NIImporter_OpenDrive::OPENDRIVE_CP_END, NIImporter_OpenDrive::OPENDRIVE_CP_START, toCP, toEdge, toLane, and toString().

Referenced by NIImporter_OpenDrive::buildConnectionsToOuter().

Here is the caller graph for this function:

Field Documentation

◆ all

◆ fromCP

◆ fromEdge

◆ fromLane

◆ origID

std::string NIImporter_OpenDrive::Connection::origID

Definition at line 470 of file NIImporter_OpenDrive.h.

◆ origLane

int NIImporter_OpenDrive::Connection::origLane

Definition at line 471 of file NIImporter_OpenDrive.h.

◆ shape

PositionVector NIImporter_OpenDrive::Connection::shape

◆ toCP

◆ toEdge

std::string NIImporter_OpenDrive::Connection::toEdge

◆ toLane


The documentation for this struct was generated from the following file: