#include <TestBintable.h>
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 BintableColumns & | columns |
The data unit. | |
Test::TemporaryMefFile | file |
The MEF file. | |
VecColumn< T > & | first_column |
A reference to the first column. | |
const BintableHdu & | hdu |
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. | |