Eclipse SUMO - Simulation of Urban MObility
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 More...
 
double endPosition () const
 get end position More...
 
 StackPosition (const double departPos, const double length)
 constructor More...
 

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 1783 of file GNEEdge.cpp.

Member Function Documentation

◆ beginPosition()

double GNEEdge::StackPosition::beginPosition ( ) const

get begin position

Definition at line 1789 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 1795 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: