Experimental: this API is experimental and might be changed or removed in the future.

StackNode.CollectElements

Declaration

public void CollectElements(HashSet<GraphElement> collectedElementSet, Func<GraphElement,bool> conditionFunc);

Parameters

collectedElementSet The set of matching graph elements.
conditionFunc A function that determines whether a graph element is added to the set of matching graph elements.

Description

Retrieves the set of nodes contained in this stack and its edges. The retrieved graph elements match a specific condition.


Did you find this page useful? Please give it a rating: