Function JobRecalculateComponents.FindHierarchicalNodeChildren

FindHierarchicalNodeChildren (HierarchicalGraph hGraph, int hierarchicalNode, GraphNode startNode)

Run a BFS out from a start node and assign up to MaxChildrenPerNode nodes to the specified hierarchical node which are not already assigned to another hierarchical node.

Public
void FindHierarchicalNodeChildren (

HierarchicalGraph

hGraph

int

hierarchicalNode

GraphNode

startNode

)

Run a BFS out from a start node and assign up to MaxChildrenPerNode nodes to the specified hierarchical node which are not already assigned to another hierarchical node.