![]() |
Eclipse SUMO - Simulation of Urban MObility
|
connection geometry More...
Public Member Functions | |
ConnectionGeometry () | |
default constructor More... | |
ConnectionGeometry (GNELane *_lane, Position _pos, double _rot) | |
parameter constructor More... | |
Data Fields | |
GNELane * | lane |
lane More... | |
Position | pos |
position More... | |
double | rot |
rotation More... | |
connection geometry
Definition at line 192 of file GNEHierarchicalChildElements.h.
GNEHierarchicalChildElements::ChildConnections::ConnectionGeometry::ConnectionGeometry | ( | ) |
default constructor
Definition at line 498 of file GNEHierarchicalChildElements.cpp.
GNEHierarchicalChildElements::ChildConnections::ConnectionGeometry::ConnectionGeometry | ( | GNELane * | _lane, |
Position | _pos, | ||
double | _rot | ||
) |
parameter constructor
Definition at line 505 of file GNEHierarchicalChildElements.cpp.
GNELane* GNEHierarchicalChildElements::ChildConnections::ConnectionGeometry::lane |
lane
Definition at line 200 of file GNEHierarchicalChildElements.h.
Position GNEHierarchicalChildElements::ChildConnections::ConnectionGeometry::pos |
position
Definition at line 203 of file GNEHierarchicalChildElements.h.
double GNEHierarchicalChildElements::ChildConnections::ConnectionGeometry::rot |
rotation
Definition at line 206 of file GNEHierarchicalChildElements.h.