LevelS C++ support library  3.83
Public Member Functions | List of all members
fitscolumn Class Reference

#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
 

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::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

◆ name()

const std::string& fitscolumn::name ( ) const
inline

Returns the column name.

Definition at line 60 of file fitshandle.h.

◆ unit()

const std::string& fitscolumn::unit ( ) const
inline

Returns the column unit string.

Definition at line 62 of file fitshandle.h.

◆ repcount()

int64 fitscolumn::repcount ( ) const
inline

Returns the repetition count of the column.

Definition at line 64 of file fitshandle.h.

◆ type()

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 Wed Nov 13 2024 12:18:16 for LevelS C++ support library