Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NGraphPermutationCrossingReductor Class
Fields Properties Methods


In This Topic
    NGraphPermutationCrossingReductor Class Members
    In This Topic

    The following tables list the members exposed by NGraphPermutationCrossingReductor.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldThe maximum number of vertices to apply permutation crossing reduction for.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThe first layer. (Inherited from Nevron.Nov.Diagram.Layout.NGraphCrossingReductor)
    Protected FieldThe second layer. (Inherited from Nevron.Nov.Diagram.Layout.NGraphCrossingReductor)
    Top
    Public Properties
     NameDescription
    Public PropertyGets the default vertex order for the second layer (i.e. 1, 2, 3, ..., N). (Inherited from Nevron.Nov.Diagram.Layout.NGraphCrossingReductor)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Gets the number of crossings for the initial ordering of layer 2, i.e. 0, 1, 2, ..., n. (Inherited from Nevron.Nov.Diagram.Layout.NGraphCrossingReductor)
    Public MethodOverridden. Reduces 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. (Inherited from Nevron.Nov.Diagram.Layout.NGraphCrossingReductor)
    Protected MethodReturns true if the specified position in Layer2 contains a vertex with a fixed IndexInLayer defined by the user. (Inherited from Nevron.Nov.Diagram.Layout.NGraphCrossingReductor)
    Protected MethodChecks whether the given vertex order is valid. The default implementation always returns true, but can be overriden in a dervided class to ignore some of the vertex permutations.  
    Protected MethodSets the vertices with fixed positions and returns the total number of fixed vertices. (Inherited from Nevron.Nov.Diagram.Layout.NGraphCrossingReductor)
    Top
    See Also