Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1FitsVADesc.html
Дата изменения: Unknown Дата индексирования: Mon Feb 14 21:32:21 2011 Кодировка: Поисковые слова: п п п п п п п п п п п р п р п р п р п |
Variable Length Array Descriptor. More...
#include <fits.h>
Public Member Functions | |
FitsVADesc () | |
FitsVADesc (const FitsVADesc &x) | |
FitsVADesc & | operator= (const FitsVADesc &x) |
FitsVADesc (int n, int o) | |
void | set (int n, int o) |
int | num () const |
int | offset () const |
Protected Attributes | |
int | no_elements |
int | rel_offset |
Friends | |
ostream & | operator<< (ostream &o, const FitsVADesc &) |
Variable Length Array Descriptor.
Definition at line 138 of file fits.h.
casa::FitsVADesc::FitsVADesc | ( | const FitsVADesc & | x | ) | [inline] |
int casa::FitsVADesc::num | ( | ) | const [inline] |
Definition at line 149 of file fits.h.
References no_elements.
int casa::FitsVADesc::offset | ( | ) | const [inline] |
Definition at line 150 of file fits.h.
References rel_offset.
FitsVADesc& casa::FitsVADesc::operator= | ( | const FitsVADesc & | x | ) | [inline] |
Definition at line 144 of file fits.h.
References no_elements, and rel_offset.
void casa::FitsVADesc::set | ( | int | n, | |
int | o | |||
) | [inline] |
Definition at line 148 of file fits.h.
References no_elements, and rel_offset.
ostream& operator<< | ( | ostream & | o, | |
const FitsVADesc & | ||||
) | [friend] |
int casa::FitsVADesc::no_elements [protected] |
Definition at line 152 of file fits.h.
Referenced by num(), operator=(), and set().
int casa::FitsVADesc::rel_offset [protected] |
Definition at line 153 of file fits.h.
Referenced by offset(), operator=(), and set().