#include <TestColumn.h>
A small set of columns with various types.
Public Types | |
| using | DistMag = double | 
| Type of the DIST_MAG column.  | |
| using | Name = std::string | 
| Type of the NAME column.  | |
| using | Num = int | 
| Type of the NUM column.  | |
| using | Radec = std::complex< float > | 
| Type of the RADEC column.  | |
Public Member Functions | |
| SmallTable () | |
| Generate the columns.  | |
Public Attributes | |
| PtrColumn< DistMag > | dist_mag_col | 
| DIST_MAG column.  | |
| std::vector< DistMag > | dists_mags | 
| Values of the DIST_MAG column.  | |
| std::string | extname | 
| HDU name.  | |
| PtrColumn< Name > | name_col | 
| NAME column.  | |
| std::vector< Name > | names | 
| Values of the NAME column.  | |
| PtrColumn< Num > | num_col | 
| NUM column.  | |
| std::vector< Num > | nums | 
| Values of the NUM column.  | |
| PtrColumn< Radec > | radec_col | 
| RADEC column.  | |
| std::vector< Radec > | radecs | 
| Values of the RADEC column.  | |