aGrUM
0.21.0
a C++ library for (probabilistic) graphical models
gum::IntegerVariable Member List
This is the complete list of members for
gum::IntegerVariable
, including all inherited members.
_domain_
gum::IntegerVariable
private
addValue
(int value)
gum::IntegerVariable
changeValue
(int old_value, int new_value)
gum::IntegerVariable
clone
() const
gum::IntegerVariable
virtual
copy_
(const Variable &aRV)
gum::Variable
protected
description
() const
gum::Variable
DiscreteVariable
(const std::string &aName, const std::string &aDesc)
gum::DiscreteVariable
DiscreteVariable
(const DiscreteVariable &aDRV)
gum::DiscreteVariable
DiscreteVariable
()
gum::DiscreteVariable
inline
protected
domain
() const
gum::IntegerVariable
virtual
domainSize
() const
gum::IntegerVariable
virtual
empty
() const
gum::DiscreteVariable
eraseValue
(int value)
gum::IntegerVariable
eraseValues
()
gum::IntegerVariable
index
(const std::string &label) const
gum::IntegerVariable
virtual
integerDomain
() const
gum::IntegerVariable
IntegerVariable
(const std::string &aName, const std::string &aDesc="")
gum::IntegerVariable
IntegerVariable
(const std::string &aName, const std::string &aDesc, const std::vector< int > &domain)
gum::IntegerVariable
IntegerVariable
(const IntegerVariable &from)
gum::IntegerVariable
IntegerVariable
(IntegerVariable &&from)
gum::IntegerVariable
label
(Idx index) const
gum::IntegerVariable
virtual
labels
() const
gum::DiscreteVariable
name
() const
gum::Variable
numerical
(Idx index) const
gum::IntegerVariable
virtual
operator!=
(const Variable &var) const
gum::IntegerVariable
virtual
gum::DiscreteVariable::operator!=
(const DiscreteVariable &aRV) const
gum::DiscreteVariable
virtual
operator=
(const IntegerVariable &from)
gum::IntegerVariable
operator=
(IntegerVariable &&from)
gum::IntegerVariable
gum::DiscreteVariable::operator=
(const DiscreteVariable &aRV)
gum::DiscreteVariable
gum::Variable::operator=
(const Variable &aRV)
gum::Variable
operator==
(const Variable &var) const
gum::IntegerVariable
virtual
gum::DiscreteVariable::operator==
(const DiscreteVariable &aRV) const
gum::DiscreteVariable
virtual
operator[]
(const std::string &label) const
gum::DiscreteVariable
inline
setDescription
(const std::string &theValue) const
gum::Variable
setName
(const std::string &theValue)
gum::Variable
toString
() const
gum::DiscreteVariable
toStringWithDescription
() const
gum::DiscreteVariable
Variable
()
gum::Variable
inline
protected
Variable
(const std::string &aName, const std::string &aDesc)
gum::Variable
protected
Variable
(const Variable &aRV)
gum::Variable
protected
varType
() const
gum::IntegerVariable
virtual
~DiscreteVariable
()
gum::DiscreteVariable
virtual
~IntegerVariable
()
gum::IntegerVariable
virtual
~Variable
()
gum::Variable
virtual