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

◆ at() [1/2]

template<typename T , long n = 2>
const T& Euclid::Fits::Raster< T, n >::at ( const Position< n > &  pos) const

Access the value at given position.

As opposed to operator[](), negative indices are supported for backward indexing, and bounds are checked.

See also
operator[]()