Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fill the specified set with all nodes reachable from the specified node when searching in the given direction.
Syntax
protected void fillReachableNodes(
InventDimTrackingInventTransNode _currentNode,
ForwardBackward _traceDirection,
Set _alreadyVisitedNodes)
Run On
Called
Parameters
- _currentNode
Type: InventDimTrackingInventTransNode Class
The starting node.
- _traceDirection
Type: ForwardBackward Enumeration
The trace direction used in search.
- _alreadyVisitedNodes
Type: Set Class
The set of nodes not to be searched as they have been handled already.