Abstract class for Objects that are positioned by a connection to a certain lane. More...
#include <alanepositionedobject.h>
Public Member Functions | |
virtual const LanePosition & | getLanePosition ()=0 |
Get the LanePosition of the Object. More... | |
virtual | ~ALanePositionedObject () |
Destroy the ALanePositionedObject. More... | |
Abstract class for Objects that are positioned by a connection to a certain lane.
|
inlinevirtual |
Destroy the ALanePositionedObject.
|
pure virtual |
Get the LanePosition of the Object.
Implemented in adore::if_xodr::XODR2BorderBasedConverter::XODR_Signal, and adore::env::BorderBased::StopLine.