Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ExtendableGraphComponent Class Reference
[Graph Structure Concepts]

#include <lemon/concept/graph_component.h>

Inheritance diagram for ExtendableGraphComponent:

Inheritance graph
[legend]
Collaboration diagram for ExtendableGraphComponent:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class provides beside the core graph features item addition interface for the graph structure. The difference between this class and the BaseExtendableGraphComponent is that it should notify the item alteration observers.

Definition at line 902 of file graph_component.h.

Public Member Functions

Node addNode ()
 Add a node to the graph.
Edge addEdge (const Node &from, const Node &to)
 Add an edge to the graph.


Member Function Documentation

Node addNode  )  [inline]
 

Add a node to the graph and notify the observers.

Definition at line 913 of file graph_component.h.

Edge addEdge const Node from,
const Node to
[inline]
 

Add an edge to the graph and notify the observers.

Definition at line 920 of file graph_component.h.


The documentation for this class was generated from the following file:
Generated on Mon Feb 21 15:02:41 2005 for LEMON by  doxygen 1.4.1