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


In This Topic
    NGraphVertex Class Members
    In This Topic

    The following tables list the members exposed by NGraphVertex.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new graph vertex  
    Top
    Protected Fields
     NameDescription
    Internal Field (Inherited from Nevron.Nov.DataStructures.NGraphPart)
    Internal Field (Inherited from Nevron.Nov.DataStructures.NGraphPart)
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field (Inherited from Nevron.Nov.DataStructures.NGraphPart)
    Top
    Public Properties
     NameDescription
    Public PropertyGets all accessible vertices of this vertex (undirected graph)  
    Public PropertyGets the graph part container to which the part belongs (Inherited from Nevron.Nov.DataStructures.NGraphPart)
    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 part id (automatically assigned when the part is added to a container) (Inherited from Nevron.Nov.DataStructures.NGraphPart)
    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)  
    Public PropertyGets or sets custom data associated with the graph part (Inherited from Nevron.Nov.DataStructures.NGraphPart)
    Top
    Public Methods
     NameDescription
    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