GammaLib
2.0.0
|
Good time interval class implementation. More...
#include "GException.hpp"
#include "GTools.hpp"
#include "GFilename.hpp"
#include "GGti.hpp"
#include "GFits.hpp"
#include "GFitsTable.hpp"
#include "GFitsBinTable.hpp"
#include "GFitsTableDoubleCol.hpp"
#include "GXmlElement.hpp"
Go to the source code of this file.
Macros | |
#define | G_REDUCE "GGti::reduce(GTime&, GTime&)" |
#define | G_REMOVE "GGti::remove(int&)" |
#define | G_READ_XML "GGti::read(GXmlElement&)" |
#define | G_WRITE_XML "GGti::write(GXmlElement&)" |
#define | G_TSTART "GGti::tstart(int&)" |
#define | G_TSTOP "GGti::tstop(int&)" |
#define | G_INSERT_GTI "GGti::insert_gti(int&, GTime&, GTime&)" |
Good time interval class implementation.
Definition in file GGti.cpp.
Definition at line 48 of file GGti.cpp.
Referenced by GGti::insert_gti().
#define G_READ_XML "GGti::read(GXmlElement&)" |
Definition at line 44 of file GGti.cpp.
Referenced by GGti::read().
Definition at line 42 of file GGti.cpp.
Referenced by GGti::reduce().
#define G_REMOVE "GGti::remove(int&)" |
Definition at line 43 of file GGti.cpp.
Referenced by GGti::remove().
#define G_TSTART "GGti::tstart(int&)" |
Definition at line 46 of file GGti.cpp.
Referenced by GGti::tstart().
#define G_TSTOP "GGti::tstop(int&)" |
Definition at line 47 of file GGti.cpp.
Referenced by GGti::tstop().
#define G_WRITE_XML "GGti::write(GXmlElement&)" |
Definition at line 45 of file GGti.cpp.
Referenced by GGti::write().