Allocates <Node> objects of the specified type and transfers ownership of the <Node> objects to the <NodeBuffer>.
int32 AllocateType( NodeBuffer p_oBuffer, TypeInformation p_oTypeInfo, int32 p_nCount )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <NodeBuffer> | p_oBuffer | A pointer to the <NodeBuffer> that owns the new <Node> objects. |
| TypeInformation | p_oTypeInfo | A pointer to the <TypeInformation> object representing the type of <Node> to allocate. |
| int32 | p_nCount | The number of <Node> objects to allocate. |
None published. Please look for an example in the Simdify Scripting Language code base.