ad_map_access
Public Member Functions | Public Attributes | List of all members
ad::map::route::planning::RoutingParaPoint Struct Reference

routing para point More...

#include <ad/map/route/Routing.hpp>

Collaboration diagram for ad::map::route::planning::RoutingParaPoint:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const RoutingParaPoint &other) const
 Standard comparison operator. More...
 
bool operator!= (const RoutingParaPoint &other) const
 Standard comparison operator. More...
 
bool operator< (const RoutingParaPoint &other) const
 Standard comparison operator. More...
 

Public Attributes

point::ParaPoint point
 
RoutingDirection direction {RoutingDirection::DONT_CARE}
 

Detailed Description

routing para point

It is essential to know in which direction a vehicle is oriented in respect to the lane when trying to route. Therefore, the routing para point extends the para point by a RoutingDirection.

Member Function Documentation

◆ operator!=()

bool ad::map::route::planning::RoutingParaPoint::operator!= ( const RoutingParaPoint other) const
inline

Standard comparison operator.

Returns
True if two objects can be taken as distinct.

◆ operator<()

bool ad::map::route::planning::RoutingParaPoint::operator< ( const RoutingParaPoint other) const
inline

Standard comparison operator.

Returns
True if this objects can be taken as smaller than the other.

◆ operator==()

bool ad::map::route::planning::RoutingParaPoint::operator== ( const RoutingParaPoint other) const
inline

Standard comparison operator.

Returns
True if two objects can be taken as equal.

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