TwiceAsNice
2019-02-18
|
#include <Nice/Map/DMS.h>
#include <Nice/Map/SkyPointVar.h>
#include <Nice/Map/GeoLocation.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) |
SkyPoint is a shallow (partial) copy of https://edu.kde.org/kstars/skyobjects/skypoint.cpp .