NDArrayInfo Struct Reference

Structure returned by NDArray::getInfo. More...

#include <NDArray.h>

List of all members.

Public Attributes

int nElements
 The total number of elements in the array.
int bytesPerElement
 The number of bytes per element in the array.
int totalBytes
 The total number of bytes required to hold the array; this may be less than NDArray::dataSize.


Detailed Description

Structure returned by NDArray::getInfo.

Member Data Documentation

The number of bytes per element in the array.

The total number of elements in the array.

The total number of bytes required to hold the array; this may be less than NDArray::dataSize.


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

Generated on Tue Aug 25 16:53:04 2009 for areaDetector by  doxygen 1.5.7.1