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

Headers of InterfaceGraph. More...

#include <list>
#include <sstream>
#include <string>
#include <agrum/PRM/PRM.h>
#include <agrum/PRM/gspan/interfaceGraph_tpl.h>
Include dependency graph for interfaceGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  gum::prm::gspan::LabelData
 Inner class to handle data about labels in this interface graph. More...
struct  gum::prm::gspan::NodeData< GUM_SCALAR >
 Inner class to handle data about nodes in graph. More...
struct  gum::prm::gspan::EdgeData< GUM_SCALAR >
 Inner class to handle data about edges in graph. More...
class  gum::prm::gspan::InterfaceGraph< GUM_SCALAR >
 This class represent the interface graph of a given gum::prm::PRMSystem<GUM_SCALAR>. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities
namespace  gum::prm
 namespace for all probabilistic relational models entities
namespace  gum::prm::gspan

Functions

std::ostream & gum::prm::gspan::operator<< (std::ostream &out, const LabelData &data)
 Print a LabelData in out.
template<typename GUM_SCALAR>
std::ostream & gum::prm::gspan::operator<< (std::ostream &out, const NodeData< GUM_SCALAR > &data)
 Print a NodeData<GUM_SCALAR> in out.
template<typename GUM_SCALAR>
std::ostream & gum::prm::gspan::operator<< (std::ostream &out, const EdgeData< GUM_SCALAR > &data)
 Print a EdgeData<GUM_SCALAR> in out.

Detailed Description

Headers of InterfaceGraph.

Author
Lionel TORTI and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file interfaceGraph.h.