|
HDK
|
#include <GA_PageArrayImpl.h>
Public Types | |
| typedef GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED > | PageArray |
Public Member Functions | |
| LoadComponentArrayFunctor (PageArray &dest, GA_Offset startoff, exint component) | |
| template<typename T > | |
| SYS_FORCE_INLINE bool | set (int64 i, T val) const |
| template<typename T > | |
| SYS_FORCE_INLINE bool | setArray (const T *data, int64 size) const |
Public Attributes | |
| PageArray & | myDest |
| const GA_Offset | myStartOffset |
| const exint | myComponent |
| const GA_Offset | myDestSize |
Definition at line 1277 of file GA_PageArrayImpl.h.
| typedef GA_PageArray<DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED> GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::PageArray |
Definition at line 1280 of file GA_PageArrayImpl.h.
|
inline |
Definition at line 1282 of file GA_PageArrayImpl.h.
|
inline |
Definition at line 1290 of file GA_PageArrayImpl.h.
|
inline |
Definition at line 1299 of file GA_PageArrayImpl.h.
| const exint GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::myComponent |
Definition at line 1327 of file GA_PageArrayImpl.h.
| PageArray& GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::myDest |
Definition at line 1325 of file GA_PageArrayImpl.h.
| const GA_Offset GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::myDestSize |
Definition at line 1328 of file GA_PageArrayImpl.h.
| const GA_Offset GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::myStartOffset |
Definition at line 1326 of file GA_PageArrayImpl.h.