graph.hh File Reference
Go to the source code of this file.
Classes | |
class | concepts::Graph< F > |
Template class to define a graph. More... | |
class | concepts::GraphVertex< F > |
Template class to define a graph vertex. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Macros | |
#define | GRAPH_OUTPUT 0 |
Functions | |
template<class F > | |
std::ostream & | concepts::operator<< (std::ostream &os, const Graph< F > &Value) |
template<class F > | |
std::ostream & | concepts::operator<< (std::ostream &os, const GraphVertex< F > &Value) |
Detailed Description
Abstract class for a mesh partitioning
Definition in file graph.hh.