TwiceAsNice  2019-02-18
Classes | Namespaces | Typedefs | Functions
SkyPoint.h File Reference
#include <Nice/Map/DMS.h>
#include <Nice/Map/SkyPointVar.h>
#include <Nice/Map/GeoLocation.h>
Include dependency graph for SkyPoint.h:

Classes

class  Nice::SkyPoint
 The two coordinates of a point on the celestial sphere. More...
 

Namespaces

 Nice
 

 

Typedefs

typedef std::vector< SkyPoint > Nice::SeqSkyPoint
 

Functions

std::ostream & Nice::operator<< (std::ostream &out, const Nice::SkyPointVar &_skypoint)
 
std::ostream & Nice::operator<< (std::ostream &out, const Nice::SkyPoint &_skypoint)
 
std::istream & Nice::operator>> (std::istream &in, Nice::SkyPointVar &_skypoint)
 
std::istream & Nice::operator>> (std::istream &in, Nice::SkyPoint &_skypoint)
 

Detailed Description


SkyPoint is a shallow (partial) copy of https://edu.kde.org/kstars/skyobjects/skypoint.cpp .