Go to the documentation of this file.
50 typedef std::shared_ptr<ECEFPoint>
Ptr;
55 typedef std::shared_ptr<ECEFPoint const>
ConstPtr;
104 return (
x == other.
x) && (
y == other.
y) && (
z == other.
z);
142 #ifndef GEN_GUARD_AD_MAP_POINT_ECEFPOINT
143 #define GEN_GUARD_AD_MAP_POINT_ECEFPOINT
193 stringstream sstream;
195 return sstream.str();
198 #endif // GEN_GUARD_AD_MAP_POINT_ECEFPOINT
namespace ad
Definition: GeometryStoreItem.hpp:28
std::ostream & operator<<(std::ostream &os, Altitude const &_value)
standard ostream operator
Definition: Altitude.hpp:562
::ad::map::point::ECEFCoordinate z
Definition: ECEFPoint.hpp:132
::ad::map::point::ECEFCoordinate y
Definition: ECEFPoint.hpp:127
ECEFPoint & operator=(const ECEFPoint &other)=default
standard assignment operator
std::shared_ptr< ECEFPoint > Ptr
Smart pointer on ECEFPoint.
Definition: ECEFPoint.hpp:50
bool operator==(const ECEFPoint &other) const
standard comparison operator
Definition: ECEFPoint.hpp:102
::ad::map::point::ECEFCoordinate x
Definition: ECEFPoint.hpp:122
std::shared_ptr< ECEFPoint const > ConstPtr
Smart pointer on constant ECEFPoint.
Definition: ECEFPoint.hpp:55
std::string to_string(::ad::map::access::GeometryStoreItem const &value)
overload of the std::to_string for GeometryStoreItem
Definition: GeometryStoreItem.hpp:183
ECEFPoint()=default
standard constructor
DataType ECEFCoordinate.
Definition: ECEFCoordinate.hpp:68
bool operator!=(const ECEFPoint &other) const
standard comparison operator
Definition: ECEFPoint.hpp:114
DataType ECEFPoint.
Definition: ECEFPoint.hpp:45
~ECEFPoint()=default
standard destructor