graph.h File Reference


Detailed Description

#include <lemon/concepts/graph_components.h>
#include <lemon/concepts/graph.h>
#include <lemon/core.h>


Classes

class  Graph
 Class describing the concept of Undirected Graphs. More...
class  Graph::Node
 The base type of node iterators, or in other words, the trivial node iterator. More...
class  Graph::NodeIt
 This iterator goes through each node. More...
class  Graph::Edge
 The base type of the edge iterators. More...
class  Graph::EdgeIt
 This iterator goes through each edge. More...
class  Graph::IncEdgeIt
 This iterator goes trough the incident undirected arcs of a node. More...
class  Graph::Arc
 The directed arc type. More...
class  Graph::ArcIt
 This iterator goes through each directed arc. More...
class  Graph::OutArcIt
 This iterator goes trough the outgoing directed arcs of a node. More...
class  Graph::InArcIt
 This iterator goes trough the incoming directed arcs of a node. More...
class  Graph::NodeMap
 Read write map of the nodes to type T. More...
class  Graph::ArcMap
 Read write map of the directed arcs to type T. More...
class  Graph::EdgeMap
 Read write map of the edges to type T. More...

Namespaces

namespace  lemon
 The namespace of LEMON.
namespace  lemon::concepts
 The namespace of LEMON concepts and concept checking classes.

Generated on Sun Oct 12 20:09:45 2008 for LEMON by  doxygen 1.5.7.1