EleFits
4.0.0
A modern C++ API on top of CFitsIO
Euclid
Fits
PtrColumn
operator=
operator=
PtrColumn
PtrColumn
PtrColumn
~PtrColumn
◆
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
info
The column metadata.
elementCount
The number of elements in the column, which is the number of rows for scalar and string columns.
data
Pointer to the first element of the data.
Generated by
1.8.19