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

◆ 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
rowThe row index
repeatThe repeat index