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

BaseExtendableGraphComponent Class Reference
[Graph Structure Concepts]

#include <lemon/concept/graph_component.h>

Inheritance diagram for BaseExtendableGraphComponent:

Inheritance graph
[legend]
Collaboration diagram for BaseExtendableGraphComponent:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class provides beside the core graph features core graph extend interface for the graph structure. The most of the base graphs should be conform to this concept.

Definition at line 383 of file graph_component.h.

Public Member Functions

Node addNode ()
 Adds a new Node to the graph.
Edge addEdge (const Node &from, const Node &to)
 Adds a new Edge connects the two Nodes to the graph.


Member Function Documentation

Node addNode  )  [inline]
 

Adds a new Node to the graph.

Definition at line 393 of file graph_component.h.

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

Adds a new Edge connects the two Nodes to the graph.

Definition at line 401 of file graph_component.h.


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