ICP
1
|
#include <item_struct.h>
Public Member Functions | |
item_t (const T *v, bool da, const int *d0, const int *d1) | |
Public Attributes | |
const T * | value |
bool | det_average |
const int * | dim0 |
const int * | dim1 |
Definition at line 10 of file item_struct.h.
|
inline |
Definition at line 16 of file item_struct.h.
bool item_struct< T >::item_t::det_average |
Definition at line 13 of file item_struct.h.
const int* item_struct< T >::item_t::dim0 |
Definition at line 14 of file item_struct.h.
Referenced by item_struct< T >::getArrayItem(), item_struct< T >::getArrayItemSize(), and item_struct< T >::getItem().
const int* item_struct< T >::item_t::dim1 |
Definition at line 15 of file item_struct.h.
Referenced by item_struct< T >::getArrayItem(), item_struct< T >::getArrayItemSize(), and item_struct< T >::getItem().
const T* item_struct< T >::item_t::value |
Definition at line 12 of file item_struct.h.
Referenced by item_struct< T >::getArrayItem(), and item_struct< T >::getItem().