#include <fitshandle.h>
Public Member Functions | |
fitscolumn (const std::string &nm, const std::string &un, int64 rc, PDT tp) | |
const std::string & | name () const |
const std::string & | unit () const |
int64 | repcount () const |
PDT | type () const |
Definition at line 45 of file fitshandle.h.
fitscolumn::fitscolumn | ( | const std::string & | nm, | |
const std::string & | un, | |||
int64 | rc, | |||
PDT | tp | |||
) |
Creates a fitscolumn with name nm, unit un, a repetition count of rc, and a Planck type of tp.
const std::string& fitscolumn::name | ( | ) | const [inline] |
Returns the column name.
Definition at line 60 of file fitshandle.h.
const std::string& fitscolumn::unit | ( | ) | const [inline] |
Returns the column unit string.
Definition at line 62 of file fitshandle.h.
int64 fitscolumn::repcount | ( | ) | const [inline] |
Returns the repetition count of the column.
Definition at line 64 of file fitshandle.h.
PDT fitscolumn::type | ( | ) | const [inline] |
Returns the Planck type of the column.
Definition at line 66 of file fitshandle.h.