ICP  1
Public Member Functions | Public Attributes | List of all members
item_struct< T >::item_t Struct Reference

#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
 

Detailed Description

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

Definition at line 10 of file item_struct.h.

Constructor & Destructor Documentation

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

Definition at line 16 of file item_struct.h.

Member Data Documentation

template<typename T>
bool item_struct< T >::item_t::det_average

Definition at line 13 of file item_struct.h.

template<typename T>
const int* item_struct< T >::item_t::dim0
template<typename T>
const int* item_struct< T >::item_t::dim1
template<typename T>
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().


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