|
GammaLib 2.2.0.dev
|
#include <GModelSky.hpp>
Public Member Functions | |
| eflux_kern (const GModelSky *parent, const GSkyRegion *region) | |
| double | eval (const double &x) |
| Integration kernel for eflux_kern() class. | |
Public Member Functions inherited from GFunction | |
| GFunction (void) | |
| Void constructor. | |
| GFunction (const GFunction &function) | |
| Copy constructor. | |
| virtual | ~GFunction (void) |
| Destructor. | |
| GFunction & | operator= (const GFunction &function) |
| Assignment operator. | |
Protected Attributes | |
| const GModelSky * | m_parent |
| Sky model. | |
| const GSkyRegion * | m_region |
| Sky region. | |
Additional Inherited Members | |
Protected Member Functions inherited from GFunction | |
| void | init_members (void) |
| Initialise class members. | |
| void | copy_members (const GFunction &function) |
| Copy class members. | |
| void | free_members (void) |
| Delete class members. | |
Definition at line 224 of file GModelSky.hpp.
|
inline |
Definition at line 226 of file GModelSky.hpp.
|
virtual |
Integration kernel for eflux_kern() class.
| [in] | x | Function value. |
This method implements the integration kernel needed for the eflux() method.
Implements GFunction.
Definition at line 2263 of file GModelSky.cpp.
References GEnergy::MeV(), gammalib::MeV2erg, and GModelSky::value().
|
protected |
Sky model.
Definition at line 232 of file GModelSky.hpp.
|
protected |
Sky region.
Definition at line 233 of file GModelSky.hpp.