Difference Data Member Function

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

Prototype

int32 Difference( NodeBuffer set_a, NodeBuffer set_b, NodeBuffer diff )

Parameters

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

Examples

Copy Text To Clipboard

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