EleFits  5.0.0
A modern C++ API on top of CFITSIO

◆ writeSegment()

void writeSegment ( FileMemSegments  rows,
const TColumn &  column 
) const

Write a column segment.

Parameters
firstRowThe 0-based index in the binary table of the first row to be written
columnThe segment to be written

Analogously to write() and insert(), use writeSegment() if the column has been initialized already, and insertSegment() otherwise.