NevronOpenVision
Nevron.Nov.DataStructures Namespace / NTreeGraph Class
Fields Properties Methods


NTreeGraph Class Members

The following tables list the members exposed by NTreeGraph.

Public Constructors
 NameDescription
Public ConstructorDefault constructor  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyObtains a reference to the tree edges  
Public PropertyGets the height (i.e. the total number of layers) of the tree.  
Public PropertyDetermines whether this is a binary tree.  
Public PropertyGets the tree root vertex  
Public PropertyObtains a reference to the tree vertices  
Top
Public Methods
 NameDescription
Public MethodAdds an edge to the tree  
Public MethodAdds a vertex to the tree  
Public MethodPerforms a breath first traversal visiting of the parts in the tree, starting from the specified vertex  
Public MethodReturns the edge connecting the given child to its parent or null if the specified vertex is a root.  
Public MethodObtains a list of the vertices at the specified level  
Public MethodOverridden. Overriden to invalidate the cashe of the contained vertices and edges  
Public MethodPerforms a post order (depth first) traversal visiting of the parts in the tree, starting from the specified vertex  
Public MethodPerforms a pre order (depth first) traversal visiting of the parts in the tree, starting from the specified vertex  
Public MethodRemoves the edge from the tree  
Public MethodRemoves the vertex from the tree  
Top
See Also