Horus Doc || Global Function Guide || General documentation   | Function documentation  

HxMakeFromSignature

Synopsis

HxImageRep HxMakeFromSignature (const HxImageSignature & signature, HxSizes sizes)

Input

const HxImageSignature & signature
The signature of the image you want to construct.

HxSizes sizes
The size of every dimension of the image you want to create.

Return value

HxImageRep
The created image.

Description

This function creates an image with the given signature and sizes. The image is not initialized yet! The type of the image is given by the signature, see the section on image Image signatures. The size of the image is given by `sizes'. The dimensionality of `sizes' should be equal to the image dimensionality as given in the image signature.

Remarks

Valid input parameters
The image signature should be one of the existing image signatures (see the section on image Image signatures). Sizes should have a dimensionality equal to the dimension as mentioned in the signature. The size in every dimension should be at least 1.

See also

HxMakeFromDoubleData, HxMakeFromValue,

Keywords

Generation,


Generated on Mon Jan 27 15:45:01 2003 for GlobalFunctionGuide by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001