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

◆ readSegmentSeqTo() [2/6]

template<typename... Ts>
void Euclid::Fits::BintableColumns::readSegmentSeqTo ( FileMemSegments  rows,
Column< Ts > &...  columns 
) const

Read segments of columns into existing Columns.

The rows to be read in the table are specified as a Segment object, that is, a lower and upper bounds. The same bounds are used for all columns.