Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
item_struct< T >::item_t Struct Reference

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...
 

Detailed Description

template<typename T>
struct item_struct< T >::item_t

structure to hold a dae item

Definition at line 18 of file item_struct.h.

Constructor & Destructor Documentation

◆ item_t()

template<typename T >
item_struct< T >::item_t::item_t ( const T *  v,
bool  da,
const int *  d0,
const int *  d1 
)
inline

Constructor.

Definition at line 24 of file item_struct.h.

Member Data Documentation

◆ det_average

template<typename T >
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.

◆ dim0

template<typename T >
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().

◆ dim1

template<typename T >
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().

◆ value

template<typename T >
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().


The documentation for this struct was generated from the following file: