GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GSkyProjection.cpp File Reference

Abstract sky projection base class implementation. More...

#include "GException.hpp"
#include "GTools.hpp"
#include "GSkyProjection.hpp"

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...
 

Detailed Description

Abstract sky projection base class implementation.

Author
Juergen Knoedlseder

Definition in file GSkyProjection.cpp.

Macro Definition Documentation

#define G_COORDSYS_SET   "GSkyProjection::coordsys(std::string)"

Definition at line 36 of file GSkyProjection.cpp.

Referenced by GSkyProjection::coordsys().

Function Documentation

bool operator!= ( const GSkyProjection a,
const GSkyProjection b 
)

Non-equality operator.

Parameters
[in]aFirst sky projection.
[in]bSecond sky projection.
Returns
True if a and b are not identical.

Definition at line 276 of file GSkyProjection.cpp.

bool operator== ( const GSkyProjection a,
const GSkyProjection b 
)

Equality operator.

Parameters
[in]aFirst sky projection.
[in]bSecond sky projection.
Returns
True if a and b are identical.

Definition at line 262 of file GSkyProjection.cpp.

References GSkyProjection::compare().