27 #ifndef GUM_PARAMETER_H 28 #define GUM_PARAMETER_H 48 template <
typename GUM_SCALAR >
80 GUM_SCALAR
value()
const;
82 void value(GUM_SCALAR value);
131 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS aGrUM's Potential is a multi-dimensional array with tensor operators.
PRMParameter is a member of a Class in a PRM.
virtual Potential< GUM_SCALAR > & cpf()
See gum::PRMClassElement::cpf().
const std::string & name() const
Returns the name of this object.
virtual ~PRMParameter()
Destructor.
PRMParameter< GUM_SCALAR > & operator=(const PRMParameter< GUM_SCALAR > &from)
Copy operator. Don't use it.
GUM_SCALAR value() const
See gum::PRMClassElement::elt_type().
Abstract class representing an element of PRM class.
void addParent(const gum::prm::PRMClassElement< GUM_SCALAR > &)
See gum::PRMClassElement::addParent().
gum is the global namespace for all aGrUM entities
PRMParameter(const std::string &name, ParameterType type, GUM_SCALAR value)
Constructor used by gum::Class.
Header of the Potential class.
This is a decoration of the DiscreteVariable class.
Headers of gum::PRMClassElement.
Headers of gum::PRMAttribute.
virtual PRMAttribute< GUM_SCALAR > * getCastDescendant() const
Raise a gum::OperationNotAllowed See gum::PRMClassElement::getCastDescendant()
virtual PRMType & type()
See gum::PRMClassElement::type().
Implementation of gum::PRMParameter.
ParameterType valueType() const
See gum::PRMClassElement::elt_type().
void addChild(const gum::prm::PRMClassElement< GUM_SCALAR > &)
See gum::PRMClassElement::addChild().
PRMAttribute is a member of a Class in a PRM.
virtual PRMClassElement< GUM_SCALAR >::ClassElementType elt_type() const
See gum::PRMClassElement::elt_type().
ClassElementType
Returns true if obj_ptr is of type PRMReferenceSlot.