|
Utility Library
C4Graph.h
class GraphNodeTheGraphNode class is the base class for nodes in a directed graph.
Definition
Template Parameters
Constructor
Parameters
Description
The GraphNode class should be declared as a base class for objects that represent nodes in a directed graph. The nodeType template parameter should match the class type of such objects. The edgeType template parameter should match the type of the class representing the edges in the graph.If the graph parameter is specified, then the node is added to the graph object that it points to.
Base Classes
See Also
GraphEdge
Graph
|