#include <viewiterator.h>
Public Member Functions | |
void | SetNoIndexing () |
void | SetIndexing (Int str) |
void | SetIndexing (Int str, const SimdInfo::Compact &simdInfo) |
void | SetIndexing (const SimdBlock< const Generic > &block) |
void | SetConstant (const Generic *ptr, Int32 flags=0) |
void | AddFlags (Int32 flags) |
template<Bool ENABLE_SIMD> | |
void | Advance () |
template<Bool ENABLE_SIMD> | |
void | Advance (Int advanceCount) |
Public Attributes | |
const Generic * | value |
Int32 | stride |
SimdInfo::Compact | simd |
void SetNoIndexing | ( | ) |
void SetIndexing | ( | Int | str | ) |
void SetIndexing | ( | Int | str, |
const SimdInfo::Compact & | simdInfo | ||
) |
void SetIndexing | ( | const SimdBlock< const Generic > & | block | ) |
void SetConstant | ( | const Generic * | ptr, |
Int32 | flags = 0 |
||
) |
void AddFlags | ( | Int32 | flags | ) |
void Advance | ( | ) |
void Advance | ( | Int | advanceCount | ) |
const Generic* value |
Int32 stride |
SimdInfo::Compact simd |