GammaLib
2.0.0
|
Mollweide's projection class implementation. More...
#include "GException.hpp"
#include "GMath.hpp"
#include "GTools.hpp"
#include "GWcsMOL.hpp"
#include "GWcsRegistry.hpp"
Go to the source code of this file.
Macros | |
#define | G_PRJ_X2S |
#define | G_PRJ_S2X |
#define | copysign(X, Y) ((Y) < 0.0 ? -fabs(X) : fabs(X)) |
Variables | |
const GWcsMOL | g_wcs_mol_seed |
Mollweide's projection class implementation.
Definition in file GWcsMOL.cpp.
#define copysign | ( | X, | |
Y | |||
) | ((Y) < 0.0 ? -fabs(X) : fabs(X)) |
Definition at line 44 of file GWcsMOL.cpp.
Referenced by gammalib::erfinv(), GWcsMOL::prj_s2x(), and GWcsMOL::prj_x2s().
#define G_PRJ_S2X |
Definition at line 40 of file GWcsMOL.cpp.
Referenced by GWcsMOL::prj_s2x().
#define G_PRJ_X2S |
Definition at line 38 of file GWcsMOL.cpp.
Referenced by GWcsMOL::prj_x2s().
const GWcsRegistry g_wcs_mol_registry & g_wcs_mol_seed |
Definition at line 56 of file GWcsMOL.cpp.