aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
gum::IContinuousVariable Member List
This is the complete list of members for
gum::IContinuousVariable
, including all inherited members.
clone
() const =0
gum::IContinuousVariable
pure virtual
copy_
(const Variable &aRV)
gum::Variable
protected
description
() const
gum::Variable
domain
() const =0
gum::Variable
pure virtual
IContinuousVariable
(const std::string &aName, const std::string &aDesc)
gum::IContinuousVariable
IContinuousVariable
(const IContinuousVariable &from)
gum::IContinuousVariable
IContinuousVariable
(IContinuousVariable &&from)
gum::IContinuousVariable
lowerBoundAsDouble
() const =0
gum::IContinuousVariable
pure virtual
name
() const
gum::Variable
operator!=
(const Variable &aRV) const
gum::Variable
virtual
operator=
(const IContinuousVariable &from)
gum::IContinuousVariable
protected
operator=
(IContinuousVariable &&from)
gum::IContinuousVariable
protected
gum::Variable::operator=
(const Variable &aRV)
gum::Variable
operator==
(const Variable &aRV) const
gum::Variable
virtual
setDescription
(const std::string &theValue) const
gum::Variable
setLowerBoundFromDouble
(const double new_bound)=0
gum::IContinuousVariable
pure virtual
setName
(const std::string &theValue)
gum::Variable
setUpperBoundFromDouble
(const double new_bound)=0
gum::IContinuousVariable
pure virtual
upperBoundAsDouble
() const =0
gum::IContinuousVariable
pure virtual
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 =0
gum::Variable
pure virtual
~IContinuousVariable
()
gum::IContinuousVariable
virtual
~Variable
()
gum::Variable
virtual