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

◆ isContiguous()

bool isContiguous ( const Region< N > &  region) const

Check whether a region is made of contiguous values in memory.

Template Parameters
MThe actual region dimension

A region is contiguous if and only if:

  • For i < M-1, front[i] = 0 and back[i] = -1;
  • For i > M, front[i] = back[i].