fitscolumn Class Reference
[FITS-related functionality]

#include <fitshandle.h>

List of all members.

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


Detailed Description

Class containing information about a single column in a FITS table.

Definition at line 45 of file fitshandle.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files:

Generated on Thu Oct 8 14:48:51 2015 for LevelS C++ support library