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

#include <lemon/concept/graph_component.h>

Inherits BaseGraphComponent.

Inheritance diagram for MaxIDableGraphComponent:

Inheritance 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.


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.

int maxId Edge  = INVALID  )  const [inline]
 

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


The documentation for this class was generated from the following file:
Generated on Sat Aug 27 14:16:43 2005 for LEMON by  doxygen 1.4.4