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

Headers of SetInst. More...

Include dependency graph for setInst.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::SetInst
 Class for assigning/browsing values to tuples of discrete variables. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Functions

std::ostream & gum::operator<< (std::ostream &, const SetInst &)
 Print information of the SetInst in the stream.
gum::SetInstgum::operator<< (gum::SetInst &inst, const gum::DiscreteVariable &i)
 Adds a variable to inst.
gum::SetInstgum::operator>> (gum::SetInst &inst, const gum::DiscreteVariable &i)
 Removes a variable to inst.

Detailed Description

Headers of SetInst.

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)
Ariele MAESANO

Definition in file setInst.h.