Generated on Wed Apr 29 2015 11:51:41 for GGL-4.1.2 by doxygen 1.8.3.1
Data Structures | Namespaces | Functions
Graph_Interface.hh File Reference
#include <vector>
#include <string>
#include <memory>
#include <climits>
#include <iostream>
#include <iomanip>
#include "sgm/Graph_Interface.icc"
Include dependency graph for Graph_Interface.hh:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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.

Parameters
outthe stream to write to
gthe graph to write
Returns
the modified out stream