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.
NDColorMode_t colorMode
 The color mode.
int xDim
 The array index which is the X dimension.
int yDim
 The array index which is the Y dimension.
int colorDim
 The array index which is the color dimension.
int xSize
 The X size of the array.
int ySize
 The Y size of the array.
int colorSize
 The color size of the array.
int xStride
 The number of array elements between X values.
int yStride
 The number of array elements between Y values.
int colorStride
 The number of array elements between color values.


Detailed Description

Structure returned by NDArray::getInfo.

Member Data Documentation

The number of bytes per element in the array.

The array index which is the color dimension.

The color mode.

The color size of the array.

The number of array elements between color values.

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 following are mostly useful for color images (RGB1, RGB2, RGB3)

The array index which is the X dimension.

The X size of the array.

The number of array elements between X values.

The array index which is the Y dimension.

The Y size of the array.

The number of array elements between Y values.


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

Generated on Tue Aug 9 14:44:38 2011 for areaDetector by  doxygen 1.5.7.1