Main Page | Modules | Alphabetical List | Class List | File List | Class Members | File Members

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, long rc, int tp)
const std::string & name () const
const std::string & unit () const
long repcount () const
int type () const


Detailed Description

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

Definition at line 58 of file fitshandle.h.


Constructor & Destructor Documentation

fitscolumn::fitscolumn const std::string &  nm,
const std::string &  un,
long  rc,
int  tp
[inline]
 

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.


Member Function Documentation

const std::string& fitscolumn::name  )  const [inline]
 

Returns the column name.

Definition at line 72 of file fitshandle.h.

const std::string& fitscolumn::unit  )  const [inline]
 

Returns the column unit string.

Definition at line 74 of file fitshandle.h.

long fitscolumn::repcount  )  const [inline]
 

Returns the repetition count of the column.

Definition at line 76 of file fitshandle.h.

int fitscolumn::type  )  const [inline]
 

Returns the FITS type code of the column.

Definition at line 78 of file fitshandle.h.


The documentation for this class was generated from the following file:
Generated on Fri Jul 8 09:37:14 2005 for LevelS C++ support library