![]() |
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 193 of file GNEHierarchicalElementChildren.h.
| GNEHierarchicalElementChildren::ChildConnections::ConnectionGeometry::ConnectionGeometry | ( | ) |
default constructor
Definition at line 499 of file GNEHierarchicalElementChildren.cpp.
| GNEHierarchicalElementChildren::ChildConnections::ConnectionGeometry::ConnectionGeometry | ( | GNELane * | _lane, |
| Position | _pos, | ||
| double | _rot | ||
| ) |
parameter constructor
Definition at line 506 of file GNEHierarchicalElementChildren.cpp.
| GNELane* GNEHierarchicalElementChildren::ChildConnections::ConnectionGeometry::lane |
lane
Definition at line 201 of file GNEHierarchicalElementChildren.h.
| Position GNEHierarchicalElementChildren::ChildConnections::ConnectionGeometry::pos |
position
Definition at line 204 of file GNEHierarchicalElementChildren.h.
| double GNEHierarchicalElementChildren::ChildConnections::ConnectionGeometry::rot |
rotation
Definition at line 207 of file GNEHierarchicalElementChildren.h.