NumCpp  2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
nc::coordinates::reference_frames Namespace Reference

Namespaces

namespace  constants
 

Data Structures

class  AER
 Az, El, Range coordinates. More...
 
class  Celestial
 Holds a full celestial Celestial object. More...
 
class  Dec
 Holds a Declination object. More...
 
class  ECEF
 ECEF coordinates. More...
 
class  ENU
 East North Up coordinates. More...
 
class  Geocentric
 Geocentric coordinates. More...
 
class  LLA
 Geodetic coordinates. More...
 
class  NED
 North east down coordinates. More...
 
class  RA
 Holds a right ascension object. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const AER &point)
 Stream operator. More...
 
std::ostream & operator<< (std::ostream &os, const ENU &point)
 Stream operator. More...
 
std::ostream & operator<< (std::ostream &os, const Geocentric &point)
 Stream operator. More...
 
std::ostream & operator<< (std::ostream &os, const LLA &point)
 Stream operator. More...
 

Function Documentation

◆ operator<<() [1/4]

std::ostream & nc::coordinates::reference_frames::operator<< ( std::ostream &  os,
const AER point 
)
inline

Stream operator.

Parameters
osthe output stream
pointthe AER point

◆ operator<<() [2/4]

std::ostream & nc::coordinates::reference_frames::operator<< ( std::ostream &  os,
const ENU point 
)
inline

Stream operator.

Parameters
osthe output stream
pointthe ENU point

◆ operator<<() [3/4]

std::ostream & nc::coordinates::reference_frames::operator<< ( std::ostream &  os,
const Geocentric point 
)
inline

Stream operator.

Parameters
osthe output stream
pointthe Geocentric point

◆ operator<<() [4/4]

std::ostream & nc::coordinates::reference_frames::operator<< ( std::ostream &  os,
const LLA point 
)
inline

Stream operator.

Parameters
osthe output stream
pointthe LLA point