TwiceAsNice
2019-02-18
|
#include <sstream>
#include <LbtoIIFInterface.h>
#include <Nice/Map.h>
Classes | |
class | Ltcs::IifStar |
A IifStar object is a single sky object with location, brightness ect. More... | |
Namespaces | |
Ltcs | |
lbto | |
Functions | |
bool | Ltcs::operator< (const IifStar &first, const IifStar &secnd) |
Comparison of two stars by brightness. More... | |
bool | Ltcs::operator== (const IifStar &first, const IifStar &secnd) |
Comparison of two stars by brightness. More... | |
std::ostream & | Ltcs::operator<< (std::ostream &out, const Ltcs::IifStar &_star) |
std::istream & | Ltcs::operator>> (std::istream &in, Ltcs::IifStar &_star) |
std::ostream & | lbto::operator<< (std::ostream &os, const position2 &pos2) |
print the most important parameters of a position2 structure. More... | |
std::istream & | lbto::operator>> (std::istream &is, position2 &pos2) |
print the most important parameters of a position2 structure. More... | |