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

connection geometry More...

Collaboration diagram for GNEHierarchicalElementChildren::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 193 of file GNEHierarchicalElementChildren.h.

Constructor & Destructor Documentation

◆ ConnectionGeometry() [1/2]

GNEHierarchicalElementChildren::ChildConnections::ConnectionGeometry::ConnectionGeometry ( )

default constructor

Definition at line 499 of file GNEHierarchicalElementChildren.cpp.

◆ ConnectionGeometry() [2/2]

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

parameter constructor

Definition at line 506 of file GNEHierarchicalElementChildren.cpp.

Field Documentation

◆ lane

GNELane* GNEHierarchicalElementChildren::ChildConnections::ConnectionGeometry::lane

lane

Definition at line 201 of file GNEHierarchicalElementChildren.h.

◆ pos

Position GNEHierarchicalElementChildren::ChildConnections::ConnectionGeometry::pos

position

Definition at line 204 of file GNEHierarchicalElementChildren.h.

◆ rot

double GNEHierarchicalElementChildren::ChildConnections::ConnectionGeometry::rot

rotation

Definition at line 207 of file GNEHierarchicalElementChildren.h.


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