Represents a graph.
Namespace: Spherical.NodesAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
| C# |
|---|
public class Graph<T> : NodeList<T> |
| Visual C++ |
|---|
generic<typename T> public ref class Graph : public NodeList<T> |
| F# |
|---|
type Graph<'T> = class inherit NodeList<'T> end |
Type Parameters
- T
- The type of node data.
Remarks
This graph should have only undirected edges (bidirectional links),
see also the method RemoveNode().
Inheritance Hierarchy
System..::..Object
System.Collections.Generic..::..List<(Of <(<'Node<(Of <(<'T>)>)>>)>)>
Spherical.Nodes..::..NodeList<(Of <(<'T>)>)>
Spherical.Nodes..::..Graph<(Of <(<'T>)>)>
Spherical..::..CollisionGraph
System.Collections.Generic..::..List<(Of <(<'Node<(Of <(<'T>)>)>>)>)>
Spherical.Nodes..::..NodeList<(Of <(<'T>)>)>
Spherical.Nodes..::..Graph<(Of <(<'T>)>)>
Spherical..::..CollisionGraph