casa
$Rev:20696$
|
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.
casa::FitsVADesc::FitsVADesc | ( | ) | [inline] |
casa::FitsVADesc::FitsVADesc | ( | const FitsVADesc & | x | ) | [inline] |
casa::FitsVADesc::FitsVADesc | ( | int | n, |
int | o | ||
) | [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().