PackFloat64VectorArray Data Member Function

Deep copies the data from a source object to a destination <Image> object. The source array remains unchanged and the <Image> object and array objects retain unique ownership of their underlying memory. This function can be regarded as a bounds-checked version of memcpy(). Non-zero indicates success, zero indicates failure.

Prototype

int32 PackFloat64VectorArray( Float64VectorArray p_oSource, Image p_oDestImage, Float64Vector p_oPadding )

Parameters

Parameter Type Parameter Name Documentation
<Float64VectorArray>p_oSourceThe source object.
<Image>p_oDestImageThe destination <Image> object.
<Float64Vector>p_oPaddingA pointer to an object representing the padding value of any bytes in the <Image> object not provided with data from the source array. This value is irrelevant if the size in bytes of the source array is equal to or greater than the size in bytes of the destination <Image> object.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.