InterleaveFloat16 Data Member Function

Interleaves the source array into the destination array. Values are written into the source array at the specified offsets.

Prototype

int32 InterleaveFloat16( Image p_oView, Float16Array p_ahDest, int32 p_eChannel, Float16Array p_ahChannelData )

Parameters

Parameter Type Parameter Name Documentation
<Image>p_oViewA pointer to the <Image> object that provides the 'view' of the array.
<Float16Array>p_ahDestA pointer to the destination array that stores the interleaved values.
int32p_eChannelThe channel of the <Image> to extract. Refers to the ImageChannel enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
<Float16Array>p_ahChannelDataA pointer to the array that contains the channel data.

Examples

Copy Text To Clipboard

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