#include <vecpickiter.h>
Collaboration diagram for VectorPickIter< P_numtype >:
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 | |
const int | _bz_staticLengthCount |
Private Attributes | |
T_numtype *restrict | data_ |
int | dataStride_ |
const int *restrict | index_ |
int | indexStride_ |
int | length_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: 0 _bz_dynamicLengthCount = 1 _bz_staticLength = 0 |
|
|
|
|
|
|
|
|
|
|