ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
adore::view::ALimitLineEnRoute Class Referenceabstract

#include <alimitlineenroute.h>

Inheritance diagram for adore::view::ALimitLineEnRoute:
Inheritance graph
Collaboration diagram for adore::view::ALimitLineEnRoute:
Collaboration graph

Public Member Functions

virtual bool hasLimitLine (double s0)=0
 
virtual LimitLine getLimitLine (double t0, double s0)=0
 

Detailed Description

ALimitLineEnRoute is a view, which provides the next, visible limit line on the vehicle's route

Member Function Documentation

◆ getLimitLine()

virtual LimitLine adore::view::ALimitLineEnRoute::getLimitLine ( double  t0,
double  s0 
)
pure virtual

Implemented in adore::env::ConnectionsOnLane.

Here is the caller graph for this function:

◆ hasLimitLine()

virtual bool adore::view::ALimitLineEnRoute::hasLimitLine ( double  s0)
pure virtual

Implemented in adore::env::ConnectionsOnLane.

Here is the caller graph for this function:

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