#include <vector>#include <string>#include <memory>#include <climits>#include <iostream>#include <iomanip>#include "sgm/Graph_Interface.icc"

Go to the source code of this file.
Data Structures | |
| class | sgm::Graph_Interface::Edge_iterator |
| class | sgm::Graph_Interface::EdgeDescriptor |
| class | sgm::Graph_Interface |
| Interface of graphs for graph matching. More... | |
| class | sgm::Graph_Interface::OutEdge_iterator |
Namespaces | |
| namespace | sgm |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const sgm::Graph_Interface &g) |
| std::ostream& operator<< | ( | std::ostream & | out, |
| const sgm::Graph_Interface & | g | ||
| ) |
Prints a Graph_Interface instance to stream. For each node its label and the adjancent nodes including the edge label is printed.
| out | the stream to write to |
| g | the graph to write |