Microscopic Traffic Simulator
|
Represents single straight lane. More...
Public Member Functions | |
StraightLane (Point startPoint, Point endPoint) | |
Constructor of straight lane. More... | |
![]() | |
void | AddInnerNode (InnerNode innerNodeToAdd) |
Adds new inner node. More... | |
Additional Inherited Members | |
![]() | |
Lane (Point startPoint, Point endPoint) | |
Lane constructor. More... | |
![]() | |
StartNode | startNode |
Node on the input end of lane. More... | |
Node | endNode |
Node on the output end of lane. More... | |
![]() | |
StartNode | StartNode [get] |
Node on the input end of lane. More... | |
Node | EndNode [get] |
Node on the output end of lane. More... | |
ReadOnlyCollection< InnerNode > | InnerNodes [get] |
Inner nodes on the lane. More... | |
Represents single straight lane.
Definition at line 11 of file StraightLane.cs.
Microscopic_Traffic_Simulator___Model.GeometricObjects.Lanes.StraightLane.StraightLane | ( | Point | startPoint, |
Point | endPoint | ||
) |
Constructor of straight lane.
startPoint | Location of input end. |
endPoint | Location of output end. |
Definition at line 18 of file StraightLane.cs.