#include <vecpickiter.h>
Public Types | |
typedef P_numtype | T_numtype |
Public Member Functions | |
VectorPickIter (VectorPick< T_numtype > &x) | |
T_numtype | operator[] (int i) const |
T_numtype & | operator[] (int i) |
int | length (int) const |
int | _bz_suggestLength () const |
bool | isUnitStride () const |
bool | _bz_hasFastAccess () const |
T_numtype | _bz_fastAccess (int i) const |
T_numtype & | _bz_fastAccess (int i) |
Static Public Attributes | |
static const int | _bz_staticLengthCount = 0 |
static const int | _bz_dynamicLengthCount = 1 |
static const int | _bz_staticLength = 0 |
Private Attributes | |
T_numtype *restrict | data_ |
int | dataStride_ |
const int *restrict | index_ |
int | indexStride_ |
int | length_ |
typedef P_numtype VectorPickIter< P_numtype >::T_numtype |
VectorPickIter< P_numtype >::VectorPickIter | ( | VectorPick< T_numtype > & | x | ) | [inline, explicit] |
T_numtype& VectorPickIter< P_numtype >::_bz_fastAccess | ( | int | i | ) | [inline] |
T_numtype VectorPickIter< P_numtype >::_bz_fastAccess | ( | int | i | ) | const [inline] |
bool VectorPickIter< P_numtype >::_bz_hasFastAccess | ( | ) | const [inline] |
int VectorPickIter< P_numtype >::_bz_suggestLength | ( | ) | const [inline] |
bool VectorPickIter< P_numtype >::isUnitStride | ( | ) | const [inline] |
int VectorPickIter< P_numtype >::length | ( | int | ) | const [inline] |
T_numtype& VectorPickIter< P_numtype >::operator[] | ( | int | i | ) | [inline] |
T_numtype VectorPickIter< P_numtype >::operator[] | ( | int | i | ) | const [inline] |
const int VectorPickIter< P_numtype >::_bz_dynamicLengthCount = 1 [static] |
const int VectorPickIter< P_numtype >::_bz_staticLength = 0 [static] |
const int VectorPickIter< P_numtype >::_bz_staticLengthCount = 0 [static] |
T_numtype* restrict VectorPickIter< P_numtype >::data_ [private] |
int VectorPickIter< P_numtype >::dataStride_ [private] |
const int* restrict VectorPickIter< P_numtype >::index_ [private] |
int VectorPickIter< P_numtype >::indexStride_ [private] |
int VectorPickIter< P_numtype >::length_ [private] |