|
Classes |
| class | PathNodeIt< Path > |
| | Class which helps to iterate the nodes of a path. More...
|
| class | PathWriter< Path > |
| | Item writer for paths. More...
|
| class | PathReader< Path > |
| | Item reader for paths. More...
|
Namespaces |
| namespace | lemon |
| | The namespace of LEMON.
|
Functions |
| template<typename Target , typename Source > |
| void | copyPath (Target &target, const Source &source) |
| template<typename Graph , typename Path > |
| bool | checkPath (const Graph &graph, const Path &path) |
| | Checks the path's consistency.
|
| template<typename Graph , typename Path > |
| Graph::Node | pathSource (const Graph &graph, const Path &path) |
| template<typename Graph , typename Path > |
| Graph::Node | pathTarget (const Graph &graph, const Path &path) |