Class documentation of Concepts

Loading...
Searching...
No Matches
graph.hh File Reference
#include "basics/exceptions.hh"
#include "basics/debug.hh"
#include "toolbox/sequence.hh"

Go to the source code of this file.

Classes

class  concepts::GraphVertex< F >
 
class  concepts::Graph< F >
 

Namespaces

namespace  concepts
 

Macros

#define GRAPH_OUTPUT   0
 

Functions

template<class F >
std::ostream & concepts::operator<< (std::ostream &os, const GraphVertex< F > &Value)
 
template<class F >
std::ostream & concepts::operator<< (std::ostream &os, const Graph< F > &Value)
 

Detailed Description

Abstract class for a mesh partitioning

Author
Adrien Semin, 2014

Definition in file graph.hh.

Macro Definition Documentation

◆ GRAPH_OUTPUT

#define GRAPH_OUTPUT   0

Definition at line 20 of file graph.hh.