|
ad_map_access
|
DataType MapMatchedObjectBoundingBox. More...
#include <ad/map/match/MapMatchedObjectBoundingBox.hpp>

Public Types | |
| typedef std::shared_ptr< MapMatchedObjectBoundingBox > | Ptr |
| Smart pointer on MapMatchedObjectBoundingBox. | |
| typedef std::shared_ptr< MapMatchedObjectBoundingBox const > | ConstPtr |
| Smart pointer on constant MapMatchedObjectBoundingBox. | |
Public Member Functions | |
| MapMatchedObjectBoundingBox ()=default | |
| standard constructor | |
| ~MapMatchedObjectBoundingBox ()=default | |
| standard destructor | |
| MapMatchedObjectBoundingBox (const MapMatchedObjectBoundingBox &other)=default | |
| standard copy constructor | |
| MapMatchedObjectBoundingBox (MapMatchedObjectBoundingBox &&other)=default | |
| standard move constructor | |
| MapMatchedObjectBoundingBox & | operator= (const MapMatchedObjectBoundingBox &other)=default |
| standard assignment operator More... | |
| MapMatchedObjectBoundingBox & | operator= (MapMatchedObjectBoundingBox &&other)=default |
| standard move operator More... | |
| bool | operator== (const MapMatchedObjectBoundingBox &other) const |
| standard comparison operator More... | |
| bool | operator!= (const MapMatchedObjectBoundingBox &other) const |
| standard comparison operator More... | |
Public Attributes | |
| ::ad::map::match::LaneOccupiedRegionList | laneOccupiedRegions |
| ::ad::map::match::MapMatchedObjectReferencePositionList | referencePointPositions |
| ::ad::physics::Distance | samplingDistance {0.0} |
| ::ad::physics::Distance | matchRadius {0.0} |
DataType MapMatchedObjectBoundingBox.
|
inline |
standard comparison operator
| [in] | other | Other MapMatchedObjectBoundingBox. |
true if both MapMatchedObjectBoundingBox are different
|
default |
standard assignment operator
| [in] | other | Other MapMatchedObjectBoundingBox |
|
default |
standard move operator
| [in] | other | Other MapMatchedObjectBoundingBox |
|
inline |
standard comparison operator
| [in] | other | Other MapMatchedObjectBoundingBox |
true if both MapMatchedObjectBoundingBox are equal | ::ad::physics::Distance ad::map::match::MapMatchedObjectBoundingBox::matchRadius {0.0} |
The actual map matching radius around the object.
| ::ad::physics::Distance ad::map::match::MapMatchedObjectBoundingBox::samplingDistance {0.0} |
Sampling distance used to calculate the bounding box.
1.8.17