aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
undiGraph.h File Reference

Base classes for undirected graphs. More...

#include <iostream>
#include <utility>
#include <agrum/agrum.h>
#include <agrum/base/graphs/parts/edgeGraphPart.h>
#include <agrum/base/graphs/parts/nodeGraphPart.h>
#include <agrum/base/graphs/undiGraph_inl.h>
Include dependency graph for undiGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::UndiGraph
 Base class for undirected graphs. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Functions

std::ostream & gum::operator<< (std::ostream &stream, const UndiGraph &g)
 for friendly displaying the content of undirected graphs

Detailed Description

Base classes for undirected graphs.

Author
Pierre-Henri WUILLEMIN(_at_LIP6) & Christophe GONZALES(_at_AMU)

Definition in file undiGraph.h.