Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEEdge::StackPosition Class Reference

Stack position (used to stack demand elements over edges) More...

Inheritance diagram for GNEEdge::StackPosition:
[legend]
Collaboration diagram for GNEEdge::StackPosition:
[legend]

Public Member Functions

double beginPosition () const
 get begin position
 
double endPosition () const
 get end position
 
 StackPosition (const double departPos, const double length)
 constructor
 

Detailed Description

Stack position (used to stack demand elements over edges)

Definition at line 388 of file GNEEdge.h.

Constructor & Destructor Documentation

◆ StackPosition()

GNEEdge::StackPosition::StackPosition ( const double  departPos,
const double  length 
)

constructor

Definition at line 1809 of file GNEEdge.cpp.

Member Function Documentation

◆ beginPosition()

double GNEEdge::StackPosition::beginPosition ( ) const

get begin position

Definition at line 1815 of file GNEEdge.cpp.

Referenced by GNEEdge::areStackPositionOverlapped().

Here is the caller graph for this function:

◆ endPosition()

double GNEEdge::StackPosition::endPosition ( ) const

get end position

Definition at line 1821 of file GNEEdge.cpp.

Referenced by GNEEdge::areStackPositionOverlapped().

Here is the caller graph for this function:

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