Show / Hide Table of Contents

Class TestingCompoundVertexInfo

Compound vertex extra information.

Inheritance
System.Object
TestingCompoundVertexInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public class TestingCompoundVertexInfo

Constructors

| Improve this Doc View Source

TestingCompoundVertexInfo(Vector, Vector, Vector, Vector)

Initializes a new instance of the TestingCompoundVertexInfo class.

Declaration
public TestingCompoundVertexInfo(Vector springForce, Vector repulsionForce, Vector gravityForce, Vector applicationForce)
Parameters
Type Name Description
Vector springForce

Spring force.

Vector repulsionForce

Repulsion force.

Vector gravityForce

Gravity force.

Vector applicationForce

Application force.

Properties

| Improve this Doc View Source

ApplicationForce

Application force.

Declaration
public Vector ApplicationForce { get; set; }
Property Value
Type Description
Vector
| Improve this Doc View Source

GravityForce

Gravity force.

Declaration
public Vector GravityForce { get; set; }
Property Value
Type Description
Vector
| Improve this Doc View Source

RepulsionForce

Repulsion force.

Declaration
public Vector RepulsionForce { get; set; }
Property Value
Type Description
Vector
| Improve this Doc View Source

SpringForce

Spring force.

Declaration
public Vector SpringForce { get; set; }
Property Value
Type Description
Vector

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape