Mantid
|
structure to hold a dae item More...
#include <item_struct.h>
Public Member Functions | |
item_t (const T *v, bool da, const int *d0, const int *d1) | |
Constructor. More... | |
Public Attributes | |
bool | det_average |
can be averaged over detectors via m_spec_array More... | |
const int * | dim0 |
dimension zero array More... | |
const int * | dim1 |
dimension one array More... | |
const T * | value |
array of type T More... | |
structure to hold a dae item
Definition at line 18 of file item_struct.h.
|
inline |
Constructor.
Definition at line 24 of file item_struct.h.
bool item_struct< T >::item_t::det_average |
can be averaged over detectors via m_spec_array
Definition at line 20 of file item_struct.h.
const int* item_struct< T >::item_t::dim0 |
dimension zero array
Definition at line 21 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 |
dimension one array
Definition at line 22 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 |
array of type T
Definition at line 19 of file item_struct.h.
Referenced by item_struct< T >::getArrayItem(), and item_struct< T >::getItem().