43 #include "detail/skelclDll.h"
89 bool operator==(
const Index& rhs)
const;
100 bool operator!=(
const Index& rhs)
const;
235 const Index& rowID()
const;
244 const Index& y()
const;
253 const Index& columnID()
const;
262 const Index& x()
const;
This class defines an two-dimensional IndexPoint, i.e. a pair of unsigned integers representing a val...
This class defines an Index, i.e. an unsigned integer representing a value in a one-dimensional index...
std::pair< Index, Index > indexPoint_type
Actual type used to store the pair of unsigned integers representing the IndexPoint.
size_t index_type
Actual type used to store the unsigned integer representing the Index.