This file defines the Graph class used for managing a collection of nodes and links in a directed graph. It supports operations for adding nodes, connecting nodes, exporting the graph, and more.
More...
Go to the source code of this file.
|
| class | gnode::Graph |
| | The Graph class provides methods for manipulating nodes and connections in a directed graph structure. More...
|
| |
|
| typedef unsigned int | uint |
| |
|
| template<typename T > |
| bool | gnode::contains (const std::vector< T > &vec, const T &value) |
| |
This file defines the Graph class used for managing a collection of nodes and links in a directed graph. It supports operations for adding nodes, connecting nodes, exporting the graph, and more.
- Author
- Otto Link (otto..nosp@m.link.nosp@m..bv@g.nosp@m.mail.nosp@m..com)
- Date
- 2023-08-07
- Copyright
- Copyright (c) 2023
◆ uint
| typedef unsigned int uint |