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

Base class for discrete random variable. More...

#include <ostream>
#include <string>
#include <agrum/agrum.h>
#include <agrum/base/core/set.h>
#include <agrum/base/variables/variable.h>
#include <agrum/base/variables/discreteVariable_inl.h>
Include dependency graph for discreteVariable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::DiscreteVariable
 Base class for discrete random variable. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Typedefs

using gum::VariableSet = Set< const DiscreteVariable* >

Functions

std::ostream & gum::operator<< (std::ostream &, const DiscreteVariable &)
 for friendly displaying the content of the variable

Detailed Description

Base class for discrete random variable.

This class is used as an interface.

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

Definition in file discreteVariable.h.