Eclipse SUMO - Simulation of Urban MObility
GNEHierarchicalChildElements::ChildConnections::ConnectionGeometry Struct Reference

connection geometry More...

Collaboration diagram for GNEHierarchicalChildElements::ChildConnections::ConnectionGeometry:

Public Member Functions

 ConnectionGeometry ()
 default constructor More...
 
 ConnectionGeometry (GNELane *_lane, Position _pos, double _rot)
 parameter constructor More...
 

Data Fields

GNELanelane
 lane More...
 
Position pos
 position More...
 
double rot
 rotation More...
 

Detailed Description

connection geometry

Definition at line 192 of file GNEHierarchicalChildElements.h.

Constructor & Destructor Documentation

◆ ConnectionGeometry() [1/2]

GNEHierarchicalChildElements::ChildConnections::ConnectionGeometry::ConnectionGeometry ( )

default constructor

Definition at line 498 of file GNEHierarchicalChildElements.cpp.

◆ ConnectionGeometry() [2/2]

GNEHierarchicalChildElements::ChildConnections::ConnectionGeometry::ConnectionGeometry ( GNELane _lane,
Position  _pos,
double  _rot 
)

parameter constructor

Definition at line 505 of file GNEHierarchicalChildElements.cpp.

Field Documentation

◆ lane

GNELane* GNEHierarchicalChildElements::ChildConnections::ConnectionGeometry::lane

lane

Definition at line 200 of file GNEHierarchicalChildElements.h.

◆ pos

Position GNEHierarchicalChildElements::ChildConnections::ConnectionGeometry::pos

position

Definition at line 203 of file GNEHierarchicalChildElements.h.

◆ rot

double GNEHierarchicalChildElements::ChildConnections::ConnectionGeometry::rot

rotation

Definition at line 206 of file GNEHierarchicalChildElements.h.


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