Chombo + EB  3.0
Protected Member Functions | Protected Attributes | Private Attributes | List of all members
ArSp::IndexerData< Rank, CHRange > Class Template Reference

Any rank and a subscript range. More...

#include <CHArray.H>

Protected Member Functions

 IndexerData ()
 
 IndexerData (const USz_t stride, const CHRange &dim)
 
void ixDefineLowerBound (const CHRange &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. More...
 

Private Attributes

IIx_t m_ixIB
 Lower bound for this dimension. More...
 

Detailed Description

template<unsigned Rank>
class ArSp::IndexerData< Rank, CHRange >

Any rank and a subscript range.

Constructor & Destructor Documentation

◆ IndexerData() [1/2]

template<unsigned Rank>
ArSp::IndexerData< Rank, CHRange >::IndexerData ( )
inlineprotected

◆ IndexerData() [2/2]

template<unsigned Rank>
ArSp::IndexerData< Rank, CHRange >::IndexerData ( const USz_t  stride,
const CHRange dim 
)
inlineprotected

Member Function Documentation

◆ ixDefineLowerBound()

template<unsigned Rank>
void ArSp::IndexerData< Rank, CHRange >::ixDefineLowerBound ( const CHRange dim)
inlineprotected

References CHRange::dimB.

◆ ixLowerBound()

template<unsigned Rank>
IIx_t ArSp::IndexerData< Rank, CHRange >::ixLowerBound ( ) const
inlineprotected

◆ ixValidBounds()

template<unsigned Rank>
bool ArSp::IndexerData< Rank, CHRange >::ixValidBounds ( const IIx_t  i,
const USz_t  size 
) const
inlineprotected

◆ ixDimOffset()

template<unsigned Rank>
IIx_t ArSp::IndexerData< Rank, CHRange >::ixDimOffset ( ) const
inlineprotected

Member Data Documentation

◆ m_ixStride

template<unsigned Rank>
USz_t ArSp::IndexerData< Rank, CHRange >::m_ixStride
protected

Stride for this dimension.

◆ m_ixIB

template<unsigned Rank>
IIx_t ArSp::IndexerData< Rank, CHRange >::m_ixIB
private

Lower bound for this dimension.


The documentation for this class was generated from the following file: