Class GraphInfo
Summarises the type of graph
Namespace: DeBroglie.Topo
Assembly: DeBroglie.dll
Syntax
public class GraphInfo
Properties
| Edit this page View SourceDirectionsCount
The degree of the graph (max number of neighbours)
Declaration
public int DirectionsCount { get; set; }
Property Value
Type | Description |
---|---|
int |
EdgeLabelCount
Lists the number of distinct edge labels this graph uses.
Declaration
public int EdgeLabelCount { get; set; }
Property Value
Type | Description |
---|---|
int |
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)[] |