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

MaxIDableGraphComponent Class Reference
[Graph Structure Concepts]

#include <lemon/concept/graph_component.h>

Inheritance diagram for MaxIDableGraphComponent:

Inheritance graph
[legend]
Collaboration diagram for MaxIDableGraphComponent:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class provides beside the core graph features core max id functions for the graph structure. The most of the base graphs should be conform to this concept. The id's are unique and immutable.

Definition at line 348 of file graph_component.h.

Public Member Functions

int maxId (Node=INVALID) const
 Gives back an integer greater or equal to the maximum Node id.
int maxId (Edge=INVALID) const
 Gives back an integer greater or equal to the maximum Edge id.


Member Function Documentation

int maxId Node  = INVALID  )  const [inline]
 

Gives back an integer greater or equal to the maximum Node id.

Definition at line 355 of file graph_component.h.

int maxId Edge  = INVALID  )  const [inline]
 

Gives back an integer greater or equal to the maximum Edge id.

Definition at line 361 of file graph_component.h.


The documentation for this class was generated from the following file:
Generated on Sat Mar 19 10:58:58 2005 for LEMON by  doxygen 1.4.1