|
GNode library (C++)
|
Defines the BaseData and Data classes for handling typed data in the gnode namespace. More...
Go to the source code of this file.
Classes | |
| class | gnode::BaseData |
| Abstract base class representing generic data with type information. More... | |
| class | gnode::Data< T > |
| Template class for holding data of a specific type. More... | |
Namespaces | |
| namespace | gnode |
Defines the BaseData and Data classes for handling typed data in the gnode namespace.
This file defines the Node class used for managing input and output ports and interacting with data in a graph-based system.
Defines the Link struct used to represent connections between nodes.
This file contains the definition of the Link struct, which represents a connection between two nodes in a graph. The Link struct includes information about the source and destination nodes, as well as the ports involved in the connection.