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

Base classes for mixed directed/undirected graphs. More...

#include <iostream>
#include <utility>
#include <agrum/agrum.h>
#include <agrum/base/graphs/diGraph.h>
#include <agrum/base/graphs/undiGraph.h>
#include <agrum/base/graphs/mixedGraph_inl.h>
Include dependency graph for mixedGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::MixedGraph
 Base class for mixed graphs. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Functions

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

Detailed Description

Base classes for mixed directed/undirected graphs.

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

Definition in file mixedGraph.h.