#include <lemon/concepts/graph_components.h>
#include <lemon/concepts/maps.h>
#include <lemon/concept_check.h>
#include <lemon/core.h>
Classes | |
class | Graph |
Class describing the concept of undirected graphs. More... | |
class | Graph::Node |
The node type of the graph. More... | |
class | Graph::NodeIt |
Iterator class for the nodes. More... | |
class | Graph::Edge |
The edge type of the graph. More... | |
class | Graph::EdgeIt |
Iterator class for the edges. More... | |
class | Graph::IncEdgeIt |
Iterator class for the incident edges of a node. More... | |
class | Graph::Arc |
The arc type of the graph. More... | |
class | Graph::ArcIt |
Iterator class for the arcs. More... | |
class | Graph::OutArcIt |
Iterator class for the outgoing arcs of a node. More... | |
class | Graph::InArcIt |
Iterator class for the incoming arcs of a node. More... | |
class | Graph::NodeMap< T > |
Standard graph map type for the nodes. More... | |
class | Graph::ArcMap< T > |
Standard graph map type for the arcs. More... | |
class | Graph::EdgeMap< T > |
Standard graph map type for the edges. More... | |
Namespaces | |
namespace | lemon |
The namespace of LEMON. | |
namespace | lemon::concepts |
The namespace of LEMON concepts and concept checking classes. | |