areaDetector 1-9
Public Attributes
NDArrayInfo Struct Reference

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

#include <NDArray.h>

List of all members.

Public Attributes

size_t nElements
 The total number of elements in the array.
int bytesPerElement
 The number of bytes per element in the array.
size_t 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.
size_t xSize
 The X size of the array.
size_t ySize
 The Y size of the array.
size_t colorSize
 The color size of the array.
size_t xStride
 The number of array elements between X values.
size_t yStride
 The number of array elements between Y values.
size_t 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: