Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NTreeGraphVertex Class
Fields Properties Methods


In This Topic
    NTreeGraphVertex Class Members
    In This Topic

    The following tables list the members exposed by NTreeGraphVertex.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new tree vertex  
    Top
    Protected Fields
    Public Properties
     NameDescription
    Public PropertyGets a list of the children vertices  
    Public PropertyGets the number of child vertices  
    Public PropertyGets the graph part container to which the part belongs (Inherited from Nevron.Nov.DataStructures.NGraphPart)
    Public PropertyGets the list of edges, which connect this vertex with its children  
    Public PropertyGets the height of this tree vertex sub tree. If the vertex is a leaf (has no children) then its height is 0.  
    Public PropertyGets the part id (automatically assigned when the part is added to a container) (Inherited from Nevron.Nov.DataStructures.NGraphPart)
    Public PropertyGets the level of this tree vertex from the root. The root vertex is with level 0  
    Public PropertyObtains the next sibling of this vertex. Returns null if such does not exist  
    Public PropertyGets or sets the parent vertex  
    Public PropertyObtains the previous sibling of this vertex. Returns null if such does not exist  
    Public PropertyGets the root vertex  
    Public PropertyObtains the children of this vertex parent. Returns null if the vertex does not have a parent  
    Public PropertyGets or sets custom data associated with the graph part (Inherited from Nevron.Nov.DataStructures.NGraphPart)
    Public PropertyObtains a reference to the tree in which the vertex resides  
    Top
    Public Methods
     NameDescription
    Public MethodFinds the edge, which connects this vertex with the specified child  
    Public MethodOverridden. Overriden to return GraphPartType.Vertex  
    Public MethodInvalidates any cashed information in the graph part (Inherited from Nevron.Nov.DataStructures.NGraphPart)
    Public Method  
    Top
    See Also