#include <CHArray.H>
Protected Member Functions | |
IndexerData () | |
IndexerData (const CHRange &dim) | |
void | ixDefineLowerBound (const CHRange &dim) |
IIx_t | ixLowerBound () const |
bool | ixValidBounds (const IIx_t i, const USz_t size) const |
void | ixDefineTotalOffset (const IIx_t offset) |
IIx_t | ixTotalOffset () const |
Private Attributes | |
IIx_t | m_ixIB |
Lower bound for this dimension. | |
IIx_t | m_ixOffset |
ArSp::ArSp::IndexerData< 1, CHRange >::IndexerData | ( | ) | [inline, protected] |
ArSp::ArSp::IndexerData< 1, CHRange >::IndexerData | ( | const CHRange & | dim | ) | [inline, protected] |
void ArSp::ArSp::IndexerData< 1, CHRange >::ixDefineLowerBound | ( | const CHRange & | dim | ) | [inline, protected] |
References CHRange::dimB.
bool ArSp::ArSp::IndexerData< 1, CHRange >::ixValidBounds | ( | const IIx_t | i, | |
const USz_t | size | |||
) | const [inline, protected] |
void ArSp::ArSp::IndexerData< 1, CHRange >::ixDefineTotalOffset | ( | const IIx_t | offset | ) | [inline, protected] |
IIx_t ArSp::ArSp::IndexerData< 1, CHRange >::m_ixOffset [private] |
Total offset to an index because of non-zero lower bounds for this and all higher dimensions