Definition in file graph.h.#include <lemon/invalid.h>
#include <lemon/skeletons/maps.h>
Include dependency graph for graph.h:
Go to the source code of this file.
Namespaces | |
namespace | lemon |
namespace | lemon::skeleton |
Classes | |
class | StaticGraph |
An empty static graph class. More... | |
class | StaticGraph::Node |
Copy consructor. More... | |
class | StaticGraph::NodeIt |
This iterator goes through each node. More... | |
class | StaticGraph::Edge |
The base type of the edge iterators. More... | |
class | StaticGraph::OutEdgeIt |
This iterator goes trough the outgoing edges of a node. More... | |
class | StaticGraph::InEdgeIt |
This iterator goes trough the incoming edges of a node. More... | |
class | StaticGraph::EdgeIt |
This iterator goes through each edge. More... | |
class | StaticGraph::NodeMap |
Reference map of the nodes to type T . More... | |
class | StaticGraph::EdgeMap |
Reference map of the edges to type T . More... | |
class | ExtendableGraph |
An empty non-static graph class. More... | |
class | ErasableGraph |
An empty erasable graph class. More... |