NevronOpenVision
Nevron.Nov.DataStructures Namespace / NGraphVertex Class


NGraphVertex Class Properties

For a list of all members of this type, see NGraphVertex members.

Public Properties
 NameDescription
Public PropertyGets all accessible vertices of this vertex (undirected graph)  
Public PropertyGets the destination vertices for this graph vertex (directed graph)  
Public PropertyGets the edges connected to the graph vertex (undirected graph)  
Public PropertyGets the count of the edges connected to the graph vertex (e.g degree)  
Public PropertyObtains a reference to the graph in which the vertex resides  
Public PropertyGets the graph vertex incoming edges (directed graph)  
Public PropertyGets the graph vertex incoming edges count (e.g. in-degree)  
Public PropertyGets the neighbour vertices for this graph vertex (undirected graph)  
Public PropertyGets the graph vertex outgoing edges (directed graph)  
Public PropertyGets the graph vertex outgoing edges count (e.g. out-degree)  
Public PropertyGets all predecessor vertices of this vertex (directed graph)  
Public PropertyGets the source vertices for this graph vertex (directed graph)  
Public PropertyGets all successor vertices of this vertex (directed graph)  
Top
See Also