Intersection Data Member Function

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

Prototype

int32 Intersection( NodeBuffer set_a, NodeBuffer set_b, NodeBuffer inter )

Parameters

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

Examples

Copy Text To Clipboard

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