GetCount Data Member Function

Returns the total count of elements this iterator can traverse. This refers to the count of the underlying object to (such as an <Image> or array object such as a <Float32Array>) to which this iterator is bound. For example: for a <Float32VectorArrayNode>, this count refers to the array count × 4 (the total number of components in a vec4). For an <Image> object, the count is the number of pixels × the number of channels in the format.

Prototype

int32 GetCount()

Examples

Copy Text To Clipboard

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