GammaLib 2.0.0
Loading...
Searching...
No Matches
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.
 
bool operator!= (const GSkyProjection &a, const GSkyProjection &b)
 Non-equality operator.
 

Detailed Description

Abstract sky projection base class implementation.

Author
Juergen Knoedlseder

Definition in file GSkyProjection.cpp.

Macro Definition Documentation

◆ G_COORDSYS_SET

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

Definition at line 36 of file GSkyProjection.cpp.

Referenced by GSkyProjection::coordsys().

Function Documentation

◆ operator!=()

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.

◆ operator==()

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.