ad_map_access
Public Types | Public Member Functions | Public Attributes | List of all members
ad::map::point::ECEFPoint Struct Reference

DataType ECEFPoint. More...

#include <ad/map/point/ECEFPoint.hpp>

Collaboration diagram for ad::map::point::ECEFPoint:
Collaboration graph
[legend]

Public Types

typedef std::shared_ptr< ECEFPointPtr
 Smart pointer on ECEFPoint.
 
typedef std::shared_ptr< ECEFPoint const > ConstPtr
 Smart pointer on constant ECEFPoint.
 

Public Member Functions

 ECEFPoint ()=default
 standard constructor
 
 ~ECEFPoint ()=default
 standard destructor
 
 ECEFPoint (const ECEFPoint &other)=default
 standard copy constructor
 
 ECEFPoint (ECEFPoint &&other)=default
 standard move constructor
 
ECEFPointoperator= (const ECEFPoint &other)=default
 standard assignment operator More...
 
ECEFPointoperator= (ECEFPoint &&other)=default
 standard move operator More...
 
bool operator== (const ECEFPoint &other) const
 standard comparison operator More...
 
bool operator!= (const ECEFPoint &other) const
 standard comparison operator More...
 

Public Attributes

::ad::map::point::ECEFCoordinate x {std::numeric_limits<double>::quiet_NaN()}
 
::ad::map::point::ECEFCoordinate y {std::numeric_limits<double>::quiet_NaN()}
 
::ad::map::point::ECEFCoordinate z {std::numeric_limits<double>::quiet_NaN()}
 

Detailed Description

DataType ECEFPoint.

A geographical location in ECEF coordinate system

Member Function Documentation

◆ operator!=()

bool ad::map::point::ECEFPoint::operator!= ( const ECEFPoint other) const
inline

standard comparison operator

Parameters
[in]otherOther ECEFPoint.
Returns
true if both ECEFPoint are different

◆ operator=() [1/2]

ECEFPoint& ad::map::point::ECEFPoint::operator= ( const ECEFPoint other)
default

standard assignment operator

Parameters
[in]otherOther ECEFPoint
Returns
Reference to this ECEFPoint.

◆ operator=() [2/2]

ECEFPoint& ad::map::point::ECEFPoint::operator= ( ECEFPoint &&  other)
default

standard move operator

Parameters
[in]otherOther ECEFPoint
Returns
Reference to this ECEFPoint.

◆ operator==()

bool ad::map::point::ECEFPoint::operator== ( const ECEFPoint other) const
inline

standard comparison operator

Parameters
[in]otherOther ECEFPoint
Returns
true if both ECEFPoint are equal

Member Data Documentation

◆ x

::ad::map::point::ECEFCoordinate ad::map::point::ECEFPoint::x {std::numeric_limits<double>::quiet_NaN()}

The x component of the point

◆ y

::ad::map::point::ECEFCoordinate ad::map::point::ECEFPoint::y {std::numeric_limits<double>::quiet_NaN()}

The y component of the point

◆ z

::ad::map::point::ECEFCoordinate ad::map::point::ECEFPoint::z {std::numeric_limits<double>::quiet_NaN()}

The z component of the point


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