GammaLib
2.0.0
|
This is the complete list of members for GFitsImageLong, including all inherited members.
alloc_data(void) | GFitsImageLong | privatevirtual |
alloc_nulval(const void *value) | GFitsImageLong | privatevirtual |
anynul(void) const | GFitsImage | inline |
at(const int &ix) | GFitsImageLong | |
at(const int &ix, const int &iy) | GFitsImageLong | |
at(const int &ix, const int &iy, const int &iz) | GFitsImageLong | |
at(const int &ix, const int &iy, const int &iz, const int &it) | GFitsImageLong | |
at(const int &ix) const | GFitsImageLong | |
at(const int &ix, const int &iy) const | GFitsImageLong | |
at(const int &ix, const int &iy, const int &iz) const | GFitsImageLong | |
at(const int &ix, const int &iy, const int &iz, const int &it) const | GFitsImageLong | |
bitpix(void) const | GFitsImage | inline |
card(const int &cardno) | GFitsHDU | inline |
card(const int &cardno) const | GFitsHDU | inline |
card(const std::string &keyname) | GFitsHDU | inline |
card(const std::string &keyname) const | GFitsHDU | inline |
card(const GFitsHeaderCard &card) | GFitsHDU | inline |
card(const std::string &keyname, const std::string &value, const std::string &comment) | GFitsHDU | inline |
card(const std::string &keyname, const double &value, const std::string &comment) | GFitsHDU | inline |
card(const std::string &keyname, const int &value, const std::string &comment) | GFitsHDU | inline |
card(const std::string &keyname, const bool &value, const std::string &comment) | GFitsHDU | inline |
card(const std::string &keyname, const char *value, const std::string &comment) | GFitsHDU | inline |
cards(void) const | GFitsHDU | inline |
classname(void) const | GFitsImageLong | inlinevirtual |
clear(void) | GFitsImageLong | virtual |
clone(void) const | GFitsImageLong | virtual |
connect(void *fptr) | GFitsHDU | protected |
construct_data(const long *pixels) | GFitsImageLong | private |
copy_members(const GFitsImageLong &image) | GFitsImageLong | private |
GFitsImage::copy_members(const GFitsImage &image) | GFitsImage | protected |
GFitsHDU::copy_members(const GFitsHDU &hdu) | GFitsHDU | protected |
data_close(void) | GFitsImage | protectedvirtual |
data_connect(void *vptr) | GFitsImage | protectedvirtual |
data_open(void *vptr) | GFitsImage | protectedvirtual |
data_save(void) | GFitsImage | protectedvirtual |
extname(void) const | GFitsHDU | inline |
extname(const std::string &extname) | GFitsHDU | |
extno(void) const | GFitsHDU | inline |
extno(const int &extno) | GFitsHDU | inline |
exttype(void) const | GFitsImage | inlinevirtual |
fetch_data(void) | GFitsImage | protected |
free_members(void) | GFitsImageLong | private |
get_hdu_type(void) const | GFitsHDU | protected |
GFitsHDU(void) | GFitsHDU | |
GFitsHDU(const GFitsHDU &hdu) | GFitsHDU | |
GFitsImage(void) | GFitsImage | |
GFitsImage(const int &bitpix, const int &nx) | GFitsImage | |
GFitsImage(const int &bitpix, const int &nx, const int &ny) | GFitsImage | |
GFitsImage(const int &bitpix, const int &nx, const int &ny, const int &nz) | GFitsImage | |
GFitsImage(const int &bitpix, const int &nx, const int &ny, const int &nz, const int &nt) | GFitsImage | |
GFitsImage(const int &bitpix, const std::vector< int > &naxes) | GFitsImage | |
GFitsImage(const GFitsImage &image) | GFitsImage | |
GFitsImageLong(void) | GFitsImageLong | |
GFitsImageLong(const int &nx, const long *pixels=NULL) | GFitsImageLong | |
GFitsImageLong(const int &nx, const int &ny, const long *pixels=NULL) | GFitsImageLong | |
GFitsImageLong(const int &nx, const int &ny, const int &nz, const long *pixels=NULL) | GFitsImageLong | |
GFitsImageLong(const int &nx, const int &ny, const int &nz, const int &nt, const long *pixels=NULL) | GFitsImageLong | |
GFitsImageLong(const std::vector< int > &naxes, const long *pixels=NULL) | GFitsImageLong | |
GFitsImageLong(const GFitsImage &image) | GFitsImageLong | |
GFitsImageLong(const GFitsImageLong &image) | GFitsImageLong | |
has_card(const int &cardno) const | GFitsHDU | inline |
has_card(const std::string &keyname) const | GFitsHDU | inline |
HDUType enum name | GFitsHDU | |
header(void) const | GFitsHDU | inline |
header(const GFitsHeader &header) | GFitsHDU | inline |
HT_ASCII_TABLE enum value | GFitsHDU | |
HT_BIN_TABLE enum value | GFitsHDU | |
HT_IMAGE enum value | GFitsHDU | |
init_data(void) | GFitsImageLong | privatevirtual |
init_image_header(void) | GFitsImage | protected |
init_members(void) | GFitsImageLong | private |
integer(const std::string &keyname) const | GFitsHDU | inline |
load_data(void) const | GFitsImageLong | private |
load_image(int datatype, const void *pixels, const void *nulval, int *anynul) | GFitsImage | protected |
m_anynul | GFitsImage | protected |
m_bitpix | GFitsImage | protected |
m_fitsfile | GFitsHDU | protected |
m_hdunum | GFitsHDU | protected |
m_header | GFitsHDU | protected |
m_name | GFitsHDU | protected |
m_naxes | GFitsImage | protected |
m_naxis | GFitsImage | protected |
m_nulval | GFitsImageLong | private |
m_num_pixels | GFitsImage | protected |
m_pixels | GFitsImageLong | private |
move_to_hdu(void) | GFitsHDU | protected |
naxes(const int &axis) const | GFitsImage | |
naxis(void) const | GFitsImage | inline |
npix(void) const | GFitsImage | inline |
nulval(const void *value) | GFitsImage | |
nulval(void) const | GFitsImage | inline |
offset(const int &ix) const | GFitsImage | protected |
offset(const int &ix, const int &iy) const | GFitsImage | protected |
offset(const int &ix, const int &iy, const int &iz) const | GFitsImage | protected |
offset(const int &ix, const int &iy, const int &iz, const int &it) const | GFitsImage | protected |
open(void *vptr, int hdunum) | GFitsHDU | protected |
open_image(void *vptr) | GFitsImage | protected |
operator()(const int &ix) | GFitsImageLong | |
operator()(const int &ix, const int &iy) | GFitsImageLong | |
operator()(const int &ix, const int &iy, const int &iz) | GFitsImageLong | |
operator()(const int &ix, const int &iy, const int &iz, const int &it) | GFitsImageLong | |
operator()(const int &ix) const | GFitsImageLong | |
operator()(const int &ix, const int &iy) const | GFitsImageLong | |
operator()(const int &ix, const int &iy, const int &iz) const | GFitsImageLong | |
operator()(const int &ix, const int &iy, const int &iz, const int &it) const | GFitsImageLong | |
operator=(const GFitsImageLong &image) | GFitsImageLong | |
GFitsImage::operator=(const GFitsImage &image) | GFitsImage | |
GFitsHDU::operator=(const GFitsHDU &hdu) | GFitsHDU | |
pixel(const int &ix) const | GFitsImageLong | virtual |
pixel(const int &ix, const int &iy) const | GFitsImageLong | virtual |
pixel(const int &ix, const int &iy, const int &iz) const | GFitsImageLong | virtual |
pixel(const int &ix, const int &iy, const int &iz, const int &it) const | GFitsImageLong | virtual |
pixels(void) | GFitsImageLong | virtual |
print(const GChatter &chatter=NORMAL) const | GFitsImage | virtual |
print_hdu(const GChatter &chatter=NORMAL) const | GFitsHDU | protected |
ptr_data(void) | GFitsImageLong | inlineprivatevirtual |
ptr_nulval(void) | GFitsImageLong | inlineprivatevirtual |
real(const std::string &keyname) const | GFitsHDU | inline |
release_data(void) | GFitsImageLong | privatevirtual |
save(void) | GFitsHDU | protected |
save_image(int datatype, const void *pixels) | GFitsImage | protected |
string(const std::string &keyname) const | GFitsHDU | inline |
type(void) const | GFitsImageLong | virtual |
typecode(int type) const | GFitsHDU | protected |
~GBase(void) | GBase | inlinevirtual |
~GFitsHDU(void) | GFitsHDU | virtual |
~GFitsImage(void) | GFitsImage | virtual |
~GFitsImageLong(void) | GFitsImageLong | virtual |