|
GNode library (C++)
|
Defines the Port, Input, and Output classes, along with the PortType enumeration for handling ports in a graph node structure. More...
Go to the source code of this file.
Classes | |
| class | gnode::Port |
| Abstract base class representing a port in a node. More... | |
| class | gnode::Input< T > |
| Template class for input ports, specialized by data type. More... | |
| class | gnode::Output< T > |
| Template class for output ports, specialized by data type. More... | |
Namespaces | |
| namespace | gnode |
Enumerations | |
| enum | gnode::PortType { gnode::IN , gnode::OUT } |
| Enumeration for port types, indicating whether a port is an input or an output. More... | |
Defines the Port, Input, and Output classes, along with the PortType enumeration for handling ports in a graph node structure.