Includes declaration of graph class. More...
Go to the source code of this file.
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Functions | |
std::ostream & | ogdf::operator<< (std::ostream &os, ogdf::adjEntry adj) |
Output operator for adjacency entries; prints node and twin indices (or "nil"). | |
std::ostream & | ogdf::operator<< (std::ostream &os, ogdf::edge e) |
Output operator for edges; prints source and target indices (or "nil"). | |
std::ostream & | ogdf::operator<< (std::ostream &os, ogdf::node v) |
Output operator for nodes; prints node index (or "nil"). | |
Includes declaration of graph class.
Definition in file Graph.h.