#include <CHArray.H>
Protected Member Functions | |
IndexerData () | |
IndexerData (const USz_t stride, const DimT &dim) | |
void | ixDefineLowerBound (const DimT &dim) |
IIx_t | ixLowerBound () const |
bool | ixValidBounds (const IIx_t i, const USz_t size) const |
IIx_t | ixDimOffset () const |
Protected Attributes | |
USz_t | m_ixStride |
Stride for this dimension. |
ArSp::IndexerData< Rank, DimT >::IndexerData | ( | ) | [inline, protected] |
ArSp::IndexerData< Rank, DimT >::IndexerData | ( | const USz_t | stride, | |
const DimT & | dim | |||
) | [inline, protected] |
void ArSp::IndexerData< Rank, DimT >::ixDefineLowerBound | ( | const DimT & | dim | ) | [inline, protected] |
IIx_t ArSp::IndexerData< Rank, DimT >::ixLowerBound | ( | ) | const [inline, protected] |
bool ArSp::IndexerData< Rank, DimT >::ixValidBounds | ( | const IIx_t | i, | |
const USz_t | size | |||
) | const [inline, protected] |
IIx_t ArSp::IndexerData< Rank, DimT >::ixDimOffset | ( | ) | const [inline, protected] |
USz_t ArSp::IndexerData< Rank, DimT >::m_ixStride [protected] |
Stride for this dimension.