GammaLib
2.0.0
|
Abstract sky projection base class implementation. More...
Go to the source code of this file.
Macros | |
#define | G_COORDSYS_SET "GSkyProjection::coordsys(std::string)" |
Functions | |
bool | operator== (const GSkyProjection &a, const GSkyProjection &b) |
Equality operator. More... | |
bool | operator!= (const GSkyProjection &a, const GSkyProjection &b) |
Non-equality operator. More... | |
Abstract sky projection base class implementation.
Definition in file GSkyProjection.cpp.
#define G_COORDSYS_SET "GSkyProjection::coordsys(std::string)" |
Definition at line 36 of file GSkyProjection.cpp.
Referenced by GSkyProjection::coordsys().
bool operator!= | ( | const GSkyProjection & | a, |
const GSkyProjection & | b | ||
) |
Non-equality operator.
[in] | a | First sky projection. |
[in] | b | Second sky projection. |
a
and b
are not identical. Definition at line 276 of file GSkyProjection.cpp.
bool operator== | ( | const GSkyProjection & | a, |
const GSkyProjection & | b | ||
) |
Equality operator.
[in] | a | First sky projection. |
[in] | b | Second sky projection. |
a
and b
are identical. Definition at line 262 of file GSkyProjection.cpp.
References GSkyProjection::compare().