Show / Hide Table of Contents

Class GraphInfo

Summarises the type of graph

Inheritance
object
GraphInfo
Namespace: DeBroglie.Topo
Assembly: DeBroglie.dll
Syntax
public class GraphInfo

Properties

| Edit this page View Source

DirectionsCount

The degree of the graph (max number of neighbours)

Declaration
public int DirectionsCount { get; set; }
Property Value
Type Description
int
| Edit this page View Source

EdgeLabelCount

Lists the number of distinct edge labels this graph uses.

Declaration
public int EdgeLabelCount { get; set; }
Property Value
Type Description
int
| Edit this page View Source

EdgeLabelInfo

Optionally specifies how edge labels correspond to directions. It's usually easiest to create this with MeshTopologyBuilder

Declaration
public (Direction, Direction, Rotation)[] EdgeLabelInfo { get; set; }
Property Value
Type Description
(Direction, Direction, Rotation)[]
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX