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 Fri Feb 3 18:43:43 2006 for LEMON by  doxygen 1.4.6