GammaLib 2.0.0
|
FITS table bit column class implementation. More...
#include <string>
#include "GException.hpp"
#include "GTools.hpp"
#include "GFitsCfitsio.hpp"
#include "GFitsTableBitCol.hpp"
Go to the source code of this file.
Macros | |
#define | G_INSERT "GFitsTableBitCol::insert(int&, int&)" |
#define | G_REMOVE "GFitsTableBitCol::remove(int&, int&)" |
#define | G_LOAD_COLUMN "GFitsTableBitCol::load_column()" |
#define | G_SAVE_COLUMN "GFitsTableBitCol::save_column()" |
#define | G_GET_BIT "GFitsTableBitCol::get_bit(int&,int&)" |
FITS table bit column class implementation.
Definition in file GFitsTableBitCol.cpp.
#define G_GET_BIT "GFitsTableBitCol::get_bit(int&,int&)" |
Definition at line 42 of file GFitsTableBitCol.cpp.
Referenced by GFitsTableBitCol::get_bit().
#define G_INSERT "GFitsTableBitCol::insert(int&, int&)" |
Definition at line 38 of file GFitsTableBitCol.cpp.
Referenced by GCOMBvcs::insert(), GCOMOads::insert(), GEnergies::insert(), GFitsTableBitCol::insert(), GFitsTableBoolCol::insert(), GFitsTableByteCol::insert(), GFitsTableCDoubleCol::insert(), GFitsTableCFloatCol::insert(), GFitsTableDoubleCol::insert(), GFitsTableFloatCol::insert(), GFitsTableLongCol::insert(), GFitsTableLongLongCol::insert(), GFitsTableShortCol::insert(), GFitsTableStringCol::insert(), GFitsTableULongCol::insert(), GFitsTableUShortCol::insert(), GModelSpectralBins::insert(), GModelSpectralFunc::insert(), GModelSpectralNodes::insert(), GNodeArray::insert(), GObservations::insert(), GPhotons::insert(), GSkyDirs::insert(), GTestSuites::insert(), GTimes::insert(), GXmlNode::insert(), and GModelSpectralNodes::intensity().
#define G_LOAD_COLUMN "GFitsTableBitCol::load_column()" |
Definition at line 40 of file GFitsTableBitCol.cpp.
Referenced by GFitsTableBitCol::load_column().
#define G_REMOVE "GFitsTableBitCol::remove(int&, int&)" |
Definition at line 39 of file GFitsTableBitCol.cpp.
Referenced by GCOMBvcs::remove(), GCOMOads::remove(), GEnergies::remove(), GFitsTableBitCol::remove(), GFitsTableBoolCol::remove(), GFitsTableByteCol::remove(), GFitsTableCDoubleCol::remove(), GFitsTableCFloatCol::remove(), GFitsTableDoubleCol::remove(), GFitsTableFloatCol::remove(), GFitsTableLongCol::remove(), GFitsTableLongLongCol::remove(), GFitsTableShortCol::remove(), GFitsTableStringCol::remove(), GFitsTableULongCol::remove(), GFitsTableUShortCol::remove(), GGti::remove(), GModelSpectralBins::remove(), GModelSpectralFunc::remove(), GModelSpectralNodes::remove(), GNodeArray::remove(), GObservations::remove(), GPhases::remove(), GPhotons::remove(), GSkyDirs::remove(), GTestSuites::remove(), GTimes::remove(), and GXmlNode::remove().
#define G_SAVE_COLUMN "GFitsTableBitCol::save_column()" |
Definition at line 41 of file GFitsTableBitCol.cpp.
Referenced by GFitsTableBitCol::save_column().