Synopsis
HxImageRep HxMakeFromIntData (int pixelDimensionality, int dimensions, HxSizes sizes, int *data)
Input
int pixelDimensionality
int dimensions
HxSizes sizes
int *data
Return value
HxImageRep
Description
This function creates an integer image from an array of integers. The size of the image is given by `sizes', the dimensionality of the pixels by pixelDimensionality and the dimensionality of the image is given by `dimensions'. The array `data' should contain at least a number of integers equal to the number of pixels in the image (determined by the sizes and the dimensionality) times the pixel dimensionality.
Remarks
See also
HxMakeFromByteData, HxMakeFromDoubleData, HxExportIntData,
Keywords
Generation,
1.2.12 written by Dimitri van Heesch,
© 1997-2001