Synopsis
HxImageRep HxMakeFromSignature (const HxImageSignature & signature, HxSizes sizes)
Input
const HxImageSignature & signature
HxSizes sizes
Return value
HxImageRep
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
See also
HxMakeFromDoubleData, HxMakeFromValue,
Keywords
Generation,