|
GammaLib 2.2.0.dev
|
Spectral table model parameter container class implementation. More...
#include <cmath>#include "GException.hpp"#include "GTools.hpp"#include "GModelSpectralTablePars.hpp"Go to the source code of this file.
Macros | |
| #define | G_ACCESS "GModelSpectralTablePars::operator[](std::string&)" |
| #define | G_AT "GModelSpectralTablePars::at(int&)" |
| #define | G_SET1 "GModelSpectralTablePars::set(int&, GModelSpectralTablePar&)" |
| #define | G_SET2 |
| #define | G_APPEND "GModelSpectralTablePars::append(GModelSpectralTablePar&)" |
| #define | G_INSERT1 |
| #define | G_INSERT2 |
| #define | G_REMOVE1 "GModelSpectralTablePars::remove(int&)" |
| #define | G_REMOVE2 "GModelSpectralTablePars::remove(const std::string& name)" |
| #define | G_EXTEND "GModelSpectralTablePars::extend(GModelSpectralTablePars&)" |
Spectral table model parameter container class implementation.
Definition in file GModelSpectralTablePars.cpp.
| #define G_ACCESS "GModelSpectralTablePars::operator[](std::string&)" |
Definition at line 41 of file GModelSpectralTablePars.cpp.
| #define G_APPEND "GModelSpectralTablePars::append(GModelSpectralTablePar&)" |
Definition at line 46 of file GModelSpectralTablePars.cpp.
| #define G_AT "GModelSpectralTablePars::at(int&)" |
Definition at line 42 of file GModelSpectralTablePars.cpp.
| #define G_EXTEND "GModelSpectralTablePars::extend(GModelSpectralTablePars&)" |
Definition at line 53 of file GModelSpectralTablePars.cpp.
| #define G_INSERT1 |
Definition at line 47 of file GModelSpectralTablePars.cpp.
| #define G_INSERT2 |
Definition at line 49 of file GModelSpectralTablePars.cpp.
| #define G_REMOVE1 "GModelSpectralTablePars::remove(int&)" |
Definition at line 51 of file GModelSpectralTablePars.cpp.
| #define G_REMOVE2 "GModelSpectralTablePars::remove(const std::string& name)" |
Definition at line 52 of file GModelSpectralTablePars.cpp.
| #define G_SET1 "GModelSpectralTablePars::set(int&, GModelSpectralTablePar&)" |
Definition at line 43 of file GModelSpectralTablePars.cpp.
| #define G_SET2 |
Definition at line 44 of file GModelSpectralTablePars.cpp.