Populates an <Int32Array> with indices of <Node> objects or subclasses that match the specified <TypeInformation>. The query is performed by iterating this object's internal <NodeBuffer> pointer.
int32 FindIndices( Int32Array p_aiIndices, TypeInformation p_oTypeInfo )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Int32Array> | p_aiIndices | A pointer to an <Int32Array> that stores the indices. |
| TypeInformation | p_oTypeInfo | A <TypeInformation> pointer that specifies the <Node> type. |
None published. Please look for an example in the Simdify Scripting Language code base.