EleFits  5.0.0
A modern C++ API on top of CFITSIO
Public Types | Public Member Functions | Public Attributes | List of all members
SmallTable Class Reference

#include <TestColumn.h>

Detailed Description

A small set of columns with various types.

Public Types

using Num = int
 Type of the NUM column.
 
using Radec = std::complex< float >
 Type of the RADEC column.
 
using Name = std::string
 Type of the NAME column.
 
using DistMag = double
 Type of the DIST_MAG column.
 

Public Member Functions

 SmallTable ()
 Generate the columns.
 

Public Attributes

std::string extname
 HDU name.
 
std::vector< Numnums
 Values of the NUM column.
 
std::vector< Radecradecs
 Values of the RADEC column.
 
std::vector< Namenames
 Values of the NAME column.
 
std::vector< DistMagdistsMags
 Values of the DIST_MAG column.
 
PtrColumn< NumnumCol
 NUM column.
 
PtrColumn< RadecradecCol
 RADEC column.
 
PtrColumn< NamenameCol
 NAME column.
 
PtrColumn< DistMagdistMagCol
 DIST_MAG column.
 

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