EleFits  4.0.0
A modern C++ API on top of CFitsIO

◆ PtrColumn()

template<typename T >
Euclid::Fits::PtrColumn< T >::PtrColumn ( ColumnInfo< std::decay_t< T >>  info,
long  elementCount,
T *  data 
)

Create a new column with given metadata and data.

Parameters
infoThe column metadata.
elementCountThe number of elements in the column, which is the number of rows for scalar and string columns.
dataPointer to the first element of the data.