Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphCrossingReductorBase Class
Fields Properties Methods


In This Topic
    NGraphCrossingReductorBase Class Members
    In This Topic

    The following tables list the members exposed by NGraphCrossingReductorBase.

    Protected Fields
     NameDescription
    Protected Field  
    Protected Field  
    Protected FieldThe number of vertices in layer 1.  
    Protected FieldThe number of vertices in layer 2.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the defaul vertex order for the second layer (i.e. 1, 2, 3, ..., N).  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Gets the number of crossings for the initial ordering of layer 2, i.e. 0, 1, 2, ..., n.  
    Public MethodReduces the edge crossings in the given bipartite graph and returns the number of crosings after the reduction.  
    Top
    Protected Methods
     NameDescription
    Protected MethodApplies a new order of the vertices for a given layer.  
    Protected MethodReturns true if the specified position in Layer2 contains a vertex with a fixed IndexInLayer defined by the user.  
    Protected MethodSets the vertices with fixed positions and returns the total number of fixed vertices.  
    Top
    See Also