EleFits  5.3.1
A modern C++ API on top of CFITSIO
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
TestBintable< T > Struct Template Reference

#include <TestBintable.h>

Detailed Description

template<typename T>
struct Euclid::Fits::Test::TestBintable< T >

Temporary MEF file with one binary table extension.

The table is made of a scalar and a vector column of same value type.

Public Member Functions

 TestBintable (long rows=10)
 Constructor.
 

Public Attributes

const BintableColumnscolumns
 The data unit.
 
Test::TemporaryMefFile file
 The MEF file.
 
VecColumn< T > & first_column
 A reference to the first column.
 
const BintableHduhdu
 The HDU.
 
VecColumn< T > & last_column
 A reference to the last column.
 
Test::RandomScalarColumn< T > scalar_column
 The scalar column.
 
Test::RandomVectorColumn< T > vector_column
 The vector column.
 

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