GammaLib
2.0.0
|
#include <GModelSpectralExponential.hpp>
Public Member Functions | |
flux_kern (const GModelSpectral *spec) | |
double | eval (const double &x) |
Public Member Functions inherited from GFunction | |
GFunction (void) | |
Void constructor. More... | |
GFunction (const GFunction &function) | |
Copy constructor. More... | |
virtual | ~GFunction (void) |
Destructor. More... | |
GFunction & | operator= (const GFunction &function) |
Assignment operator. More... | |
Protected Attributes | |
const GModelSpectral * | m_exp |
Additional Inherited Members | |
Protected Member Functions inherited from GFunction | |
void | init_members (void) |
Initialise class members. More... | |
void | copy_members (const GFunction &function) |
Copy class members. More... | |
void | free_members (void) |
Delete class members. More... | |
Definition at line 98 of file GModelSpectralExponential.hpp.
|
inline |
Definition at line 101 of file GModelSpectralExponential.hpp.
|
inlinevirtual |
Implements GFunction.
Reimplemented in GModelSpectralExponential::eflux_kern.
Definition at line 104 of file GModelSpectralExponential.hpp.
References GModelSpectral::eval(), exp(), and m_exp.
Referenced by GModelSpectralExponential::eflux_kern::eval().
|
protected |
Definition at line 111 of file GModelSpectralExponential.hpp.
Referenced by eval().