#include <fitshandle.h>
Public Member Functions | |
fitscolumn (const std::string &nm, const std::string &un, long rc, int tp) | |
const std::string & | name () const |
const std::string & | unit () const |
long | repcount () const |
int | type () const |
Definition at line 58 of file fitshandle.h.
|
Creates a fitscolumn with name nm, unit un, a repetition count of rc, and a FITS type code of tp. Definition at line 68 of file fitshandle.h. |
|
Returns the column name. Definition at line 72 of file fitshandle.h. |
|
Returns the column unit string. Definition at line 74 of file fitshandle.h. |
|
Returns the repetition count of the column. Definition at line 76 of file fitshandle.h. |
|
Returns the FITS type code of the column. Definition at line 78 of file fitshandle.h. |