Union Data Member Function

Populates a <NodeBuffer> with the union of two sets.

Prototype

int32 Union( NodeBuffer set_a, NodeBuffer set_b, NodeBuffer union )

Parameters

Parameter Type Parameter Name Documentation
<NodeBuffer>set_aA pointer to the first <NodeBuffer>.
<NodeBuffer>set_bA pointer to the second <NodeBuffer>.
<NodeBuffer>unionA pointer to the <NodeBuffer> that will store the union. Note that pointers to <Node> objects in the <NodeBuffer> representing the union are always non-owning.

Examples

Copy Text To Clipboard

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