Function PointGraph.GetNodes
        
                GetNodes<T>
        
                (GraphNode.NodeActionWithData<T> action, ref T data)
    
            
            Calls a delegate with every node in the graph.
                Public
            
        
        
                GetNodes
        
                (System.Func<GraphNode, bool> action)
    
            
            Calls a delegate with all nodes in the graph until the delegate returns false.
                Public