#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 | |
| Test::RandomScalarColumn< T > | scalarColumn |
| The scalar column. | |
| Test::RandomVectorColumn< T > | vectorColumn |
| The vector column. | |
| VecColumn< T > & | firstColumn |
| A reference to the first column. | |
| VecColumn< T > & | lastColumn |
| A reference to the last column. | |
| Test::TemporaryMefFile | file |
| The MEF file. | |
| const BintableHdu & | hdu |
| The HDU. | |
| const BintableColumns & | columns |
| The data unit. | |