NevronOpenVision
Nevron.Nov.DataStructures Namespace / NGraph Class


NGraph Class Properties

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

Public Properties
 NameDescription
Public PropertyObtains a reference to the graph edges  
Public PropertyDetermines whether this is a biconnected graph. A biconnected graph is a nonseparable graph, meaning if any vertex were to be removed, the graph will remain connected.  
Public PropertyDetermines whether this is a connected graph (undirected graph) A graph is connected if there is an undirected path between each pair of vertices in it  
Public PropertyDetermines whether this is a cyclic digraph (directed graph)  
Public PropertyChecks whether this graph is planar.  
Public PropertyDetermines whether this is a strongly connected digraph (directed graph) A digraph is connected if there is a directed path between each pair of vertices in it.  
Public PropertyDetermines whether this graph is a tree (directed graph)  
Public PropertyObtains a reference to the graph vertices  
Top
See Also