EleFits
4.0.0
A modern C++ API on top of CFitsIO
Euclid
Fits
Column
at
at
Column
data
data
elementCount
info
operator()
operator()
rename
reshape
rowCount
slice
slice
Value
~Column
◆
data()
template<typename T >
const T*
Euclid::Fits::Column
< T >::data
(
)
const
Const pointer to the first data element.
Three methods are available to access elements:
Method
data()
returns a pointer to the first element.
Methods
operator()()
provide access to the value at given row and repeat indices;
Methods
at()
additionally perform bound checking and allows for backward (negative) indexing;
Parameters
row
The row index
repeat
The repeat index
Generated by
1.8.19