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::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

Author
Adrien Semin, 2014

Definition in file graph.hh.

Macro Definition Documentation

◆ GRAPH_OUTPUT

#define GRAPH_OUTPUT   0

Definition at line 21 of file graph.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich