aGrUM  0.14.2
gum::prm::PRMAggregate< GUM_SCALAR > Class Template Reference

#include <PRMAggregate.h>

+ Inheritance diagram for gum::prm::PRMAggregate< GUM_SCALAR >:
+ Collaboration diagram for gum::prm::PRMAggregate< GUM_SCALAR >:

Public Member Functions

Constructor & destructor.
 PRMAggregate (const std::string &name, AggregateType aggType, const PRMType &rvType)
 Default constructor. More...
 
 PRMAggregate (const std::string &name, AggregateType aggType, const PRMType &rvType, Idx label)
 Default constructor. More...
 
virtual ~PRMAggregate ()
 Destructor. More...
 
Getters and Setters.
virtual PRMClassElement< GUM_SCALAR >::ClassElementType elt_type () const
 See gum::PRMClassElement::elt_type(). More...
 
AggregateType agg_type () const
 Returns the aggregate of *this. More...
 
Idx label () const
 Returns the label's index on which this aggregate applies. More...
 
const std::string & labelValue () const
 See gum::PRMClassElement::elt_type(). More...
 
std::shared_ptr< IdxsharedLabel () const
 Returns the shared_ptr holding this Aggregate label. More...
 
void sharedLabel (std::shared_ptr< Idx > label)
 Sets the shared_ptr of this Aggregate. More...
 
void setLabel (Idx idx)
 Set the aggregator's label. More...
 
void setLabel (const std::string &label)
 See gum::PRMClassElement::elt_type(). More...
 
bool hasLabel () const
 Returns true if the label is defined. More...
 
virtual void addParent (const PRMClassElement< GUM_SCALAR > &elt)
 See gum::PRMClassElement::_addParent(). More...
 
virtual void addChild (const PRMClassElement< GUM_SCALAR > &elt)
 See gum::PRMClassElement::_addChild(). More...
 
virtual PRMTypetype ()
 See gum::PRMClassElement::type(). More...
 
virtual const PRMTypetype () const
 See gum::PRMClassElement::type(). More...
 
virtual Potential< GUM_SCALAR > & cpf ()
 Aggregates don't have Potential until they are instantiated as PRMAttribute, so this will raise an OperationNotAllowed exception. More...
 
virtual const Potential< GUM_SCALAR > & cpf () const
 Aggregates don't have Potential until they are instantiated as PRMAttribute, so this will raise an OperationNotAllowed exception. More...
 
MultiDimImplementation< GUM_SCALAR > * buildImpl () const
 Returns a pointer over an empty gum::MultiDimImplementation of the good type for this PRMAggregate. More...
 
virtual PRMAttribute< GUM_SCALAR > * getCastDescendant () const
 See gum::PRMClassElement::elt_type(). More...
 
Getters & setters
NodeId id () const
 Returns the NodeId of this element in it's class DAG. More...
 
virtual void setId (NodeId id)
 Used to assign the id of this element. More...
 
virtual PRMObject::prm_type obj_type () const
 
Fast access to random variable's properties
const std::string & safeName () const
 Returns the safe name of this PRMClassElement, if any. More...
 
virtual std::string cast (const PRMType &t) const
 Returns the name of the cast descendant with PRMType t of this PRMClassElement. More...
 
Getters & setters.
const std::string & name () const
 Returns the name of this object. More...
 
void name (const std::string &name)
 Change the name of the PRM Object. More...
 
Operators
bool operator== (const PRMObject &obj) const
 To PRMObject are equal if they have the same name (which is unique). More...
 
bool operator!= (const PRMObject &obj) const
 To PRMObject are equal if they have the same name (which is unique). More...
 

Protected Attributes

std::string _safeName
 The safe name of this PRMClassElement. More...
 

Friends

class PRMClass< GUM_SCALAR >
 

Built-in types.

enum  AggregateType : char {
  AggregateType::MIN, AggregateType::MAX, AggregateType::COUNT, AggregateType::EXISTS,
  AggregateType::FORALL, AggregateType::OR, AggregateType::AND, AggregateType::AMPLITUDE,
  AggregateType::MEDIAN
}
 The different type of aggregates we can have. More...
 
static AggregateType str2enum (const std::string &str)
 Static method which returns the AggregateType given its string representation. More...
 

Built-in type

enum  ClassElementType {
  prm_attribute, prm_aggregate, prm_refslot, prm_slotchain,
  prm_parameter
}
 Returns true if obj_ptr is of type PRMReferenceSlot. More...
 
static std::string enum2str (ClassElementType type)
 Returns true if obj_ptr is of type PRMReferenceSlot. More...
 
static INLINE bool isReferenceSlot (const PRMClassElement< GUM_SCALAR > &elt)
 Returns true if obj_ptr is of type PRMReferenceSlot. More...
 
static INLINE bool isAttribute (const PRMClassElement< GUM_SCALAR > &elt)
 Returns true if obj_ptr is of type PRMAttribute. More...
 
static INLINE bool isAggregate (const PRMClassElement< GUM_SCALAR > &elt)
 Return true if obj is of type PRMAggregate. More...
 
static INLINE bool isSlotChain (const PRMClassElement< GUM_SCALAR > &elt)
 Return true if obj is of type PRMSlotChain. More...
 
static INLINE bool isParameter (const PRMClassElement< GUM_SCALAR > &elt)
 Return true if obj is of type PRMParameter. More...
 

Built-in types.

enum  prm_type : char {
  prm_type::ALL, prm_type::CLASS, prm_type::PRM_INTERFACE, prm_type::CLASS_ELT,
  prm_type::TYPE, prm_type::SYSTEM, prm_type::INSTANCE
}
 Enumeration of the different types of objects handled by a PRM. More...
 
static std::string enum2str (prm_type type)
 Returns the string representation of a PRMObject. More...
 
static std::string LEFT_CAST ()
 Enumeration of the different types of objects handled by a PRM. More...
 
static std::string RIGHT_CAST ()
 Enumeration of the different types of objects handled by a PRM. More...
 
static INLINE bool isClass (const PRMObject &obj)
 Returns true if obj_ptr is of type Class. More...
 
static INLINE bool isInterface (const PRMObject &obj)
 Returns true if obj_ptr is of type PRMInterface. More...
 
static INLINE bool isInstance (const PRMObject &obj)
 Returns true if obj_ptr is of type PRMInstance. More...
 

Detailed Description

template<typename GUM_SCALAR>
class gum::prm::PRMAggregate< GUM_SCALAR >

Definition at line 67 of file PRMAggregate.h.

Member Enumeration Documentation

◆ AggregateType

template<typename GUM_SCALAR>
enum gum::prm::PRMAggregate::AggregateType : char
strong

The different type of aggregates we can have.

Enumerator
MIN 
MAX 
COUNT 
EXISTS 
FORALL 
OR 
AND 
AMPLITUDE 
MEDIAN 

Definition at line 77 of file PRMAggregate.h.

77  : char {
78  MIN,
79  MAX,
80  COUNT,
81  EXISTS,
82  FORALL,
83  OR,
84  AND,
85  AMPLITUDE,
86  MEDIAN
87  };

◆ ClassElementType

template<typename GUM_SCALAR>
enum gum::prm::PRMClassElement::ClassElementType
inherited

Returns true if obj_ptr is of type PRMReferenceSlot.

Enumerator
prm_attribute 
prm_aggregate 
prm_refslot 
prm_slotchain 
prm_parameter 

Definition at line 92 of file PRMClassElement.h.

◆ prm_type

enum gum::prm::PRMObject::prm_type : char
stronginherited

Enumeration of the different types of objects handled by a PRM.

The "all" type is used to tell that we want any kind of PRMType (useful with iterators for example). No PRMObject will ever have "all" as type.

Enumerator
ALL 
CLASS 
PRM_INTERFACE 
CLASS_ELT 
TYPE 
SYSTEM 
INSTANCE 

Definition at line 66 of file PRMObject.h.

66  : char {
67  ALL,
68  CLASS,
69  PRM_INTERFACE,
70  CLASS_ELT,
71  TYPE,
72  SYSTEM,
73  INSTANCE
74  };

Constructor & Destructor Documentation

◆ PRMAggregate() [1/3]

template<typename GUM_SCALAR >
gum::prm::PRMAggregate< GUM_SCALAR >::PRMAggregate ( const std::string &  name,
AggregateType  aggType,
const PRMType rvType 
)

Default constructor.

Parameters
nameThe name of this aggregate.
aggTypeThe aggregate type of this aggregate.
rvTypeThe random variable type of this aggregate, which is copied.

Definition at line 43 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMAggregate< double >::str2enum().

45  :
46  PRMClassElement< GUM_SCALAR >(name),
47  __agg_type(aggType), __type(new PRMType(rvType)),
48  __label(std::shared_ptr< Idx >(new Idx(INT_MAX))) {
49  GUM_CONSTRUCTOR(PRMAggregate);
50  this->_safeName =
52  this->__type->variable().setName(name);
53  }
void setName(const std::string &theValue)
sets the name of the variable
const std::string & name() const
Returns the name of this object.
Definition: PRMObject_inl.h:32
AggregateType __agg_type
The AggregateType of this aggregate.
Definition: PRMAggregate.h:258
PRMAggregate(const std::string &name, AggregateType aggType, const PRMType &rvType)
Default constructor.
PRMType * __type
The random variable type of this aggregate It is deleted with the aggregate.
Definition: PRMAggregate.h:262
std::shared_ptr< Idx > __label
Some aggregators applies only on a given label. This attribute must have the concerned Idx...
Definition: PRMAggregate.h:267
static std::string LEFT_CAST()
Enumeration of the different types of objects handled by a PRM.
Definition: PRMObject.h:76
Size Idx
Type for indexes.
Definition: types.h:50
const std::string & name() const
returns the name of the variable
static std::string RIGHT_CAST()
Enumeration of the different types of objects handled by a PRM.
Definition: PRMObject.h:77
std::string _safeName
The safe name of this PRMClassElement.
+ Here is the caller graph for this function:

◆ PRMAggregate() [2/3]

template<typename GUM_SCALAR >
gum::prm::PRMAggregate< GUM_SCALAR >::PRMAggregate ( const std::string &  name,
AggregateType  aggType,
const PRMType rvType,
Idx  label 
)

Default constructor.

Parameters
nameThe name of this aggregate.
aggTypeThe aggregate type of this aggregate.
rvTypeThe random variable type of this aggregate, which is copied.
labelThe index of the label on which this aggregate applies.

Definition at line 56 of file PRMAggregate_tpl.h.

59  :
60  PRMClassElement< GUM_SCALAR >(name),
61  __agg_type(aggType), __type(new PRMType(rvType)),
62  __label(std::shared_ptr< Idx >(new Idx(label))) {
63  GUM_CONSTRUCTOR(PRMAggregate);
64  this->_safeName =
66  this->__type->variable().setName(name);
67  }
void setName(const std::string &theValue)
sets the name of the variable
const std::string & name() const
Returns the name of this object.
Definition: PRMObject_inl.h:32
AggregateType __agg_type
The AggregateType of this aggregate.
Definition: PRMAggregate.h:258
PRMAggregate(const std::string &name, AggregateType aggType, const PRMType &rvType)
Default constructor.
PRMType * __type
The random variable type of this aggregate It is deleted with the aggregate.
Definition: PRMAggregate.h:262
std::shared_ptr< Idx > __label
Some aggregators applies only on a given label. This attribute must have the concerned Idx...
Definition: PRMAggregate.h:267
static std::string LEFT_CAST()
Enumeration of the different types of objects handled by a PRM.
Definition: PRMObject.h:76
Size Idx
Type for indexes.
Definition: types.h:50
const std::string & name() const
returns the name of the variable
static std::string RIGHT_CAST()
Enumeration of the different types of objects handled by a PRM.
Definition: PRMObject.h:77
std::string _safeName
The safe name of this PRMClassElement.

◆ ~PRMAggregate()

template<typename GUM_SCALAR >
gum::prm::PRMAggregate< GUM_SCALAR >::~PRMAggregate ( )
virtual

Destructor.

Definition at line 70 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMAggregate< double >::str2enum().

70  {
71  GUM_DESTRUCTOR(PRMAggregate);
72  delete __type;
73  }
PRMAggregate(const std::string &name, AggregateType aggType, const PRMType &rvType)
Default constructor.
PRMType * __type
The random variable type of this aggregate It is deleted with the aggregate.
Definition: PRMAggregate.h:262
+ Here is the caller graph for this function:

◆ PRMAggregate() [3/3]

template<typename GUM_SCALAR>
gum::prm::PRMAggregate< GUM_SCALAR >::PRMAggregate ( const PRMAggregate< GUM_SCALAR > &  source)
private

Copy constructor. Don't use it.

Definition at line 76 of file PRMAggregate_tpl.h.

77  :
78  PRMClassElement< GUM_SCALAR >(source) {
79  GUM_CONS_CPY(PRMAggregate);
80  GUM_ERROR(FatalError, "illegal call to gum::PRMAggregate copy constructor.");
81  }
PRMAggregate(const std::string &name, AggregateType aggType, const PRMType &rvType)
Default constructor.
#define GUM_ERROR(type, msg)
Definition: exceptions.h:52

Member Function Documentation

◆ addChild()

template<typename GUM_SCALAR>
INLINE void gum::prm::PRMAggregate< GUM_SCALAR >::addChild ( const PRMClassElement< GUM_SCALAR > &  elt)
virtual

See gum::PRMClassElement::_addChild().

Implements gum::prm::PRMClassElement< GUM_SCALAR >.

Definition at line 190 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMAggregate< double >::str2enum().

191  {}
+ Here is the caller graph for this function:

◆ addParent()

template<typename GUM_SCALAR>
INLINE void gum::prm::PRMAggregate< GUM_SCALAR >::addParent ( const PRMClassElement< GUM_SCALAR > &  elt)
virtual

See gum::PRMClassElement::_addParent().

Implements gum::prm::PRMClassElement< GUM_SCALAR >.

Definition at line 185 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMAggregate< double >::str2enum().

186  {}
+ Here is the caller graph for this function:

◆ agg_type()

template<typename GUM_SCALAR >
INLINE PRMAggregate< GUM_SCALAR >::AggregateType gum::prm::PRMAggregate< GUM_SCALAR >::agg_type ( ) const

Returns the aggregate of *this.

Definition at line 97 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMFactory< GUM_SCALAR >::__addParent(), gum::prm::PRMSlotChain< double >::__copyLastElt(), gum::prm::PRMSystem< double >::__groundAgg(), and gum::prm::PRMAggregate< double >::str2enum().

97  {
98  return __agg_type;
99  }
AggregateType __agg_type
The AggregateType of this aggregate.
Definition: PRMAggregate.h:258
+ Here is the caller graph for this function:

◆ buildImpl()

template<typename GUM_SCALAR >
INLINE MultiDimImplementation< GUM_SCALAR > * gum::prm::PRMAggregate< GUM_SCALAR >::buildImpl ( ) const

Returns a pointer over an empty gum::MultiDimImplementation of the good type for this PRMAggregate.

This should be use when manipulating instantiations of aggregates.

Definition at line 149 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMInstance< GUM_SCALAR >::__copyAggregates(), gum::prm::PRMFactory< GUM_SCALAR >::addAggregator(), and gum::prm::PRMAggregate< double >::str2enum().

149  {
150  switch (agg_type()) {
151  case AggregateType::MIN: {
152  return new aggregator::Min< GUM_SCALAR >();
153  }
154  case AggregateType::MAX: {
155  return new aggregator::Max< GUM_SCALAR >();
156  }
157  case AggregateType::OR: {
158  return new aggregator::Or< GUM_SCALAR >();
159  }
160  case AggregateType::AND: {
161  return new aggregator::And< GUM_SCALAR >();
162  }
164  return new aggregator::Amplitude< GUM_SCALAR >();
165  }
166  case AggregateType::MEDIAN: {
167  return new aggregator::Median< GUM_SCALAR >();
168  }
169  case AggregateType::EXISTS: {
170  return new aggregator::Exists< GUM_SCALAR >(label());
171  }
172  case AggregateType::FORALL: {
173  return new aggregator::Forall< GUM_SCALAR >(label());
174  }
175  case AggregateType::COUNT: {
176  return new aggregator::Count< GUM_SCALAR >(label());
177  }
178  default: { GUM_ERROR(OperationNotAllowed, "Unknown aggregator."); }
179  }
180  return nullptr;
181  }
AggregateType agg_type() const
Returns the aggregate of *this.
Idx label() const
Returns the label&#39;s index on which this aggregate applies.
#define GUM_ERROR(type, msg)
Definition: exceptions.h:52
+ Here is the caller graph for this function:

◆ cast()

template<typename GUM_SCALAR >
INLINE std::string gum::prm::PRMClassElement< GUM_SCALAR >::cast ( const PRMType t) const
virtualinherited

Returns the name of the cast descendant with PRMType t of this PRMClassElement.

Parameters
tThe type in which we want to cast this PRMClassElement.
Exceptions
OperationNotAllowedIf the cast is impossible.

Definition at line 73 of file PRMClassElement_tpl.h.

Referenced by gum::prm::PRMFactory< GUM_SCALAR >::addNoisyOrCompound(), gum::prm::PRMFormAttribute< GUM_SCALAR >::getCastDescendant(), gum::prm::PRMScalarAttribute< GUM_SCALAR >::getCastDescendant(), and gum::prm::PRMClassElement< double >::isParameter().

73  {
74  if (type().isSubTypeOf(t)) {
75  return PRMObject::LEFT_CAST() + t.name() + PRMObject::RIGHT_CAST()
76  + name();
77  } else {
78  GUM_ERROR(OperationNotAllowed, "illegal cast");
79  }
80  }
const std::string & name() const
Returns the name of this object.
Definition: PRMObject_inl.h:32
virtual PRMType & type()=0
Return a reference over the gum::PRMType of this class element.
static std::string LEFT_CAST()
Enumeration of the different types of objects handled by a PRM.
Definition: PRMObject.h:76
static std::string RIGHT_CAST()
Enumeration of the different types of objects handled by a PRM.
Definition: PRMObject.h:77
#define GUM_ERROR(type, msg)
Definition: exceptions.h:52
+ Here is the caller graph for this function:

◆ cpf() [1/2]

template<typename GUM_SCALAR >
INLINE Potential< GUM_SCALAR > & gum::prm::PRMAggregate< GUM_SCALAR >::cpf ( )
virtual

Aggregates don't have Potential until they are instantiated as PRMAttribute, so this will raise an OperationNotAllowed exception.

See gum::PRMClassElement::cpf().

Definition at line 138 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMAggregate< double >::str2enum().

138  {
139  GUM_ERROR(OperationNotAllowed, "This is an aggregate.");
140  }
#define GUM_ERROR(type, msg)
Definition: exceptions.h:52
+ Here is the caller graph for this function:

◆ cpf() [2/2]

template<typename GUM_SCALAR >
INLINE const Potential< GUM_SCALAR > & gum::prm::PRMAggregate< GUM_SCALAR >::cpf ( ) const
virtual

Aggregates don't have Potential until they are instantiated as PRMAttribute, so this will raise an OperationNotAllowed exception.

See gum::PRMClassElement::cpf().

Implements gum::prm::PRMClassElement< GUM_SCALAR >.

Definition at line 143 of file PRMAggregate_tpl.h.

143  {
144  GUM_ERROR(OperationNotAllowed, "This is an aggregate.");
145  }
#define GUM_ERROR(type, msg)
Definition: exceptions.h:52

◆ elt_type()

template<typename GUM_SCALAR >
INLINE PRMClassElement< GUM_SCALAR >::ClassElementType gum::prm::PRMAggregate< GUM_SCALAR >::elt_type ( ) const
virtual

See gum::PRMClassElement::elt_type().

Implements gum::prm::PRMClassElement< GUM_SCALAR >.

Definition at line 91 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMAggregate< double >::str2enum().

+ Here is the caller graph for this function:

◆ enum2str() [1/2]

static std::string gum::prm::PRMObject::enum2str ( prm_type  type)
inlinestaticinherited

Returns the string representation of a PRMObject.

Definition at line 80 of file PRMObject.h.

References gum::prm::PRMObject::CLASS, gum::prm::PRMObject::CLASS_ELT, gum::prm::PRMObject::INSTANCE, gum::prm::PRMObject::PRM_INTERFACE, gum::prm::PRMObject::SYSTEM, and gum::prm::PRMObject::TYPE.

Referenced by gum::prm::operator<<().

80  {
81  switch (type) {
82  case prm_type::CLASS: return "PRMType::CLASS";
83 
84  case prm_type::CLASS_ELT: return "PRMType::CLASS_ELT";
85 
86  case prm_type::TYPE: return "PRMType::TYPE";
87 
88  case prm_type::SYSTEM: return "PRMType::SYSTEM";
89 
90  case prm_type::INSTANCE: return "PRMType::INSTANCE";
91 
92  case prm_type::PRM_INTERFACE: return "PRMType::PRM_INTERFACE";
93 
94  default: return "unknown";
95  }
96  }
+ Here is the caller graph for this function:

◆ enum2str() [2/2]

template<typename GUM_SCALAR>
static std::string gum::prm::PRMClassElement< GUM_SCALAR >::enum2str ( ClassElementType  type)
inlinestaticinherited

Returns true if obj_ptr is of type PRMReferenceSlot.

Definition at line 100 of file PRMClassElement.h.

100  {
101  switch (type) {
102  case prm_attribute: return "prm_attribute";
103 
104  case prm_aggregate: return "prm_aggregate";
105 
106  case prm_refslot: return "prm_refslot";
107 
108  case prm_slotchain: return "prm_slotchain";
109 
110  case prm_parameter: return "prm_parameter";
111 
112  default: return "unknown";
113  }
114  }
virtual PRMType & type()=0
Return a reference over the gum::PRMType of this class element.

◆ getCastDescendant()

template<typename GUM_SCALAR >
PRMAttribute< GUM_SCALAR > * gum::prm::PRMAggregate< GUM_SCALAR >::getCastDescendant ( ) const
virtual

See gum::PRMClassElement::elt_type().

Implements gum::prm::PRMClassElement< GUM_SCALAR >.

Definition at line 195 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMAggregate< double >::str2enum().

195  {
196  PRMScalarAttribute< GUM_SCALAR >* cast = 0;
197 
198  try {
199  cast =
200  new PRMScalarAttribute< GUM_SCALAR >(this->name(), type().superType());
201  } catch (NotFound&) {
202  GUM_ERROR(OperationNotAllowed,
203  "this PRMAggregate can not have cast descendant");
204  }
205 
206  cast->addParent(*this);
207  const DiscreteVariable& my_var = type().variable();
208  DiscreteVariable& cast_var = cast->type().variable();
209  Instantiation inst(cast->cpf());
210 
211  for (inst.setFirst(); !inst.end(); inst.inc()) {
212  if (type().label_map()[inst.val(my_var)] == inst.val(cast_var)) {
213  cast->cpf().set(inst, 1);
214  } else {
215  cast->cpf().set(inst, 0);
216  }
217  }
218 
219  return cast;
220  }
PRMType & superType()
Returns the super type of this type.
Definition: PRMType_inl.h:33
DiscreteVariable & variable()
Return a reference on the DiscreteVariable contained in this.
Definition: PRMType_inl.h:42
const std::string & name() const
Returns the name of this object.
Definition: PRMObject_inl.h:32
virtual std::string cast(const PRMType &t) const
Returns the name of the cast descendant with PRMType t of this PRMClassElement.
virtual PRMType & type()
See gum::PRMClassElement::type().
const std::vector< Idx > & label_map() const
Returns the vector in which the i-th element is the Idx of the super type&#39;s label for the i-th label ...
Definition: PRMType_inl.h:91
#define GUM_ERROR(type, msg)
Definition: exceptions.h:52
+ Here is the caller graph for this function:

◆ hasLabel()

template<typename GUM_SCALAR >
INLINE bool gum::prm::PRMAggregate< GUM_SCALAR >::hasLabel ( ) const

Returns true if the label is defined.

Definition at line 123 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMFactory< GUM_SCALAR >::__addParent(), and gum::prm::PRMAggregate< double >::str2enum().

123  {
124  return *__label != INT_MAX;
125  }
std::shared_ptr< Idx > __label
Some aggregators applies only on a given label. This attribute must have the concerned Idx...
Definition: PRMAggregate.h:267
+ Here is the caller graph for this function:

◆ id()

template<typename GUM_SCALAR >
INLINE NodeId gum::prm::PRMClassElement< GUM_SCALAR >::id ( ) const
inherited

Returns the NodeId of this element in it's class DAG.

Definition at line 52 of file PRMClassElement_tpl.h.

Referenced by gum::prm::PRMClass< double >::__addCastDescendants(), gum::prm::PRMInterface< double >::__addCastDescendants(), gum::prm::PRMClass< double >::__checkInterface(), gum::prm::PRMClass< double >::__checkRefInterface(), gum::prm::PRMInstance< GUM_SCALAR >::__copyAggregates(), gum::prm::PRMInstance< GUM_SCALAR >::__copyAttribute(), gum::prm::PRMSlotChain< double >::__copyLastElt(), gum::prm::SVE< GUM_SCALAR >::__getAggPotential(), gum::prm::PRMSystem< double >::__groundPotential(), gum::prm::PRMClass< double >::__inheritClass(), gum::prm::InstanceBayesNet< GUM_SCALAR >::__init(), gum::prm::ClassBayesNet< GUM_SCALAR >::__init(), gum::prm::PRMInstance< GUM_SCALAR >::__instantiateSlotChain(), gum::prm::PRMInterface< double >::__overloadAttribute(), gum::prm::PRMClass< double >::__overloadAttribute(), gum::prm::PRMClass< double >::__overloadParameter(), gum::prm::PRMClass< double >::__overloadReference(), gum::prm::PRMInterface< double >::__overloadReferenceSlot(), gum::prm::SVED< GUM_SCALAR >::_marginal(), gum::prm::SVE< GUM_SCALAR >::_marginal(), gum::prm::PRMInterface< double >::add(), gum::prm::PRMClass< double >::add(), gum::prm::PRMClass< double >::addArc(), gum::prm::PRMClass< double >::inheritAggregates(), gum::prm::PRMClassElement< double >::isParameter(), gum::prm::PRMClass< double >::overload(), gum::prm::PRMInterface< double >::overload(), and gum::prm::PRMFactory< GUM_SCALAR >::startAttribute().

52  {
53  return __id;
54  }
NodeId __id
The node&#39;s id of this element.
+ Here is the caller graph for this function:

◆ isAggregate()

template<typename GUM_SCALAR>
static INLINE bool gum::prm::PRMClassElement< GUM_SCALAR >::isAggregate ( const PRMClassElement< GUM_SCALAR > &  elt)
inlinestaticinherited

Return true if obj is of type PRMAggregate.

Definition at line 128 of file PRMClassElement.h.

Referenced by gum::prm::StructuredInference< GUM_SCALAR >::CData::CData().

128  {
129  return elt.elt_type() == prm_aggregate;
130  }
+ Here is the caller graph for this function:

◆ isAttribute()

template<typename GUM_SCALAR>
static INLINE bool gum::prm::PRMClassElement< GUM_SCALAR >::isAttribute ( const PRMClassElement< GUM_SCALAR > &  elt)
inlinestaticinherited

Returns true if obj_ptr is of type PRMAttribute.

Definition at line 123 of file PRMClassElement.h.

123  {
124  return elt.elt_type() == prm_attribute;
125  }

◆ isClass()

static INLINE bool gum::prm::PRMObject::isClass ( const PRMObject obj)
inlinestaticinherited

Returns true if obj_ptr is of type Class.

Definition at line 99 of file PRMObject.h.

References gum::prm::PRMObject::CLASS, and gum::prm::PRMObject::obj_type().

Referenced by gum::prm::PRMFactory< GUM_SCALAR >::startAttribute().

99  {
100  return obj.obj_type() == prm_type::CLASS;
101  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isInstance()

static INLINE bool gum::prm::PRMObject::isInstance ( const PRMObject obj)
inlinestaticinherited

Returns true if obj_ptr is of type PRMInstance.

Definition at line 109 of file PRMObject.h.

References gum::prm::PRMObject::INSTANCE, gum::prm::PRMObject::name(), gum::prm::PRMObject::obj_type(), gum::prm::PRMObject::operator!=(), gum::prm::PRMObject::operator=(), gum::prm::PRMObject::operator==(), gum::prm::PRMObject::PRMObject(), and gum::prm::PRMObject::~PRMObject().

109  {
110  return obj.obj_type() == prm_type::INSTANCE;
111  }
+ Here is the call graph for this function:

◆ isInterface()

static INLINE bool gum::prm::PRMObject::isInterface ( const PRMObject obj)
inlinestaticinherited

Returns true if obj_ptr is of type PRMInterface.

Definition at line 104 of file PRMObject.h.

References gum::prm::PRMObject::obj_type(), and gum::prm::PRMObject::PRM_INTERFACE.

104  {
105  return obj.obj_type() == prm_type::PRM_INTERFACE;
106  }
+ Here is the call graph for this function:

◆ isParameter()

template<typename GUM_SCALAR>
static INLINE bool gum::prm::PRMClassElement< GUM_SCALAR >::isParameter ( const PRMClassElement< GUM_SCALAR > &  elt)
inlinestaticinherited

Return true if obj is of type PRMParameter.

Definition at line 138 of file PRMClassElement.h.

138  {
139  return elt.elt_type() == prm_parameter;
140  }

◆ isReferenceSlot()

template<typename GUM_SCALAR>
static INLINE bool gum::prm::PRMClassElement< GUM_SCALAR >::isReferenceSlot ( const PRMClassElement< GUM_SCALAR > &  elt)
inlinestaticinherited

Returns true if obj_ptr is of type PRMReferenceSlot.

Definition at line 118 of file PRMClassElement.h.

118  {
119  return elt.elt_type() == prm_refslot;
120  }

◆ isSlotChain()

template<typename GUM_SCALAR>
static INLINE bool gum::prm::PRMClassElement< GUM_SCALAR >::isSlotChain ( const PRMClassElement< GUM_SCALAR > &  elt)
inlinestaticinherited

Return true if obj is of type PRMSlotChain.

Definition at line 133 of file PRMClassElement.h.

Referenced by gum::prm::PRMFactory< GUM_SCALAR >::__retrieveInputs().

133  {
134  return elt.elt_type() == prm_slotchain;
135  }
+ Here is the caller graph for this function:

◆ label()

template<typename GUM_SCALAR >
INLINE Idx gum::prm::PRMAggregate< GUM_SCALAR >::label ( ) const

Returns the label's index on which this aggregate applies.

Exceptions
OperationNotAllowedRaised if the aggregate does not applies on a label.

Definition at line 102 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMSystem< double >::__groundAgg(), gum::prm::PRMFactory< GUM_SCALAR >::addAggregator(), and gum::prm::PRMAggregate< double >::str2enum().

102  {
103  if (*__label != INT_MAX) return *__label;
104  GUM_ERROR(OperationNotAllowed, "no label defined for this aggregate");
105  }
std::shared_ptr< Idx > __label
Some aggregators applies only on a given label. This attribute must have the concerned Idx...
Definition: PRMAggregate.h:267
#define GUM_ERROR(type, msg)
Definition: exceptions.h:52
+ Here is the caller graph for this function:

◆ labelValue()

template<typename GUM_SCALAR >
INLINE const std::string & gum::prm::PRMAggregate< GUM_SCALAR >::labelValue ( ) const

See gum::PRMClassElement::elt_type().

Definition at line 108 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMFactory< GUM_SCALAR >::__addParent(), and gum::prm::PRMAggregate< double >::str2enum().

108  {
109  return __label_value;
110  }
std::string __label_value
The AggregateType of this aggregate.
Definition: PRMAggregate.h:269
+ Here is the caller graph for this function:

◆ LEFT_CAST()

static std::string gum::prm::PRMObject::LEFT_CAST ( )
inlinestaticinherited

Enumeration of the different types of objects handled by a PRM.

The "all" type is used to tell that we want any kind of PRMType (useful with iterators for example). No PRMObject will ever have "all" as type.

Definition at line 76 of file PRMObject.h.

Referenced by gum::prm::decomposePath(), gum::prm::PRMFormAttribute< GUM_SCALAR >::PRMFormAttribute(), and gum::prm::PRMScalarAttribute< GUM_SCALAR >::PRMScalarAttribute().

76 { return "("; }
+ Here is the caller graph for this function:

◆ name() [1/2]

INLINE const std::string & gum::prm::PRMObject::name ( ) const
inherited

Returns the name of this object.

Definition at line 32 of file PRMObject_inl.h.

References gum::prm::PRMObject::__name.

Referenced by gum::prm::SVE< GUM_SCALAR >::__addDelayedVariable(), gum::prm::PRMClass< double >::__addIOInterfaceFlags(), gum::prm::PRMFactory< GUM_SCALAR >::__addParent(), gum::prm::PRMInstance< GUM_SCALAR >::__addReferingInstance(), gum::prm::PRMClass< double >::__checkInterface(), gum::prm::PRMFactory< GUM_SCALAR >::__checkInterfaceImplementation(), gum::prm::PRMClass< double >::__checkInterfaces(), gum::prm::o3prm::O3ClassFactory< GUM_SCALAR >::__checkRawCPT(), gum::prm::PRMClass< double >::__checkRefInterface(), gum::prm::PRMClass< double >::__checkRefInterfaces(), gum::prm::o3prm::O3ClassFactory< GUM_SCALAR >::__checkRuleCPTSumsTo1(), gum::prm::PRMInstance< GUM_SCALAR >::__copyAggregates(), gum::prm::PRMInstance< GUM_SCALAR >::__copyAttribute(), gum::prm::PRMSlotChain< double >::__copyLastElt(), gum::prm::PRMSystem< double >::__groundAttr(), gum::prm::PRMSystem< double >::__groundPotential(), gum::prm::PRMSystem< double >::__groundRef(), gum::prm::PRMClass< double >::__inheritClass(), gum::prm::PRMInterface< double >::__overloadAttribute(), gum::prm::PRMClass< double >::__overloadAttribute(), gum::prm::PRMClass< double >::__overloadParameter(), gum::prm::PRMClass< double >::__overloadReference(), gum::prm::PRMInterface< double >::__overloadReferenceSlot(), gum::prm::__print_attribute__(), gum::prm::__print_instance__(), gum::prm::gspan::StrictSearch< GUM_SCALAR >::__str(), gum::prm::StructuredInference< GUM_SCALAR >::__str(), gum::prm::PRMInterface< double >::add(), gum::prm::PRMSystem< double >::add(), gum::prm::PRMClass< double >::add(), gum::prm::PRMFactory< GUM_SCALAR >::addAggregator(), gum::prm::PRMFormAttribute< GUM_SCALAR >::addParent(), gum::prm::PRMScalarAttribute< GUM_SCALAR >::addParent(), gum::prm::PRMFormAttribute< GUM_SCALAR >::copy(), gum::prm::PRMScalarAttribute< GUM_SCALAR >::copy(), gum::prm::o3prmr::O3prmrInterpreter::findAttributeName(), gum::prm::o3prmr::O3prmrInterpreter::findInstanceName(), gum::prm::PRMFormAttribute< GUM_SCALAR >::getCastDescendant(), gum::prm::PRMScalarAttribute< GUM_SCALAR >::getCastDescendant(), gum::prm::PRMClass< double >::inheritAggregates(), gum::prm::PRMClass< double >::isCastDescendant(), gum::prm::PRMObject::isInstance(), gum::prm::PRMObject::name(), gum::prm::PRMType::name(), gum::prm::PRMFormAttribute< GUM_SCALAR >::newFactory(), gum::prm::PRMScalarAttribute< GUM_SCALAR >::newFactory(), gum::prm::PRMType::operator!=(), gum::prm::PRMObject::operator!=(), operator<<(), gum::prm::PRMType::operator==(), gum::prm::PRMObject::operator==(), gum::prm::PRMClass< double >::overload(), gum::prm::PRMInterface< double >::overload(), gum::prm::PRMFormAttribute< GUM_SCALAR >::PRMFormAttribute(), gum::prm::PRMReferenceSlot< double >::PRMReferenceSlot(), gum::prm::PRMScalarAttribute< GUM_SCALAR >::PRMScalarAttribute(), gum::prm::PRMFactory< GUM_SCALAR >::startClass(), gum::prm::PRMFactory< GUM_SCALAR >::startInterface(), gum::prm::PRMFactory< GUM_SCALAR >::startSystem(), and gum::prm::PRMAggregate< double >::str2enum().

32 { return __name; }
std::string __name
Definition: PRMObject.h:197

◆ name() [2/2]

INLINE void gum::prm::PRMObject::name ( const std::string &  name)
inherited

Change the name of the PRM Object.

Warning
Don't do this unless you know wath you are doing !

Definition at line 36 of file PRMObject_inl.h.

References gum::prm::PRMObject::__name, and gum::prm::PRMObject::name().

36 { __name = name; }
const std::string & name() const
Returns the name of this object.
Definition: PRMObject_inl.h:32
std::string __name
Definition: PRMObject.h:197
+ Here is the call graph for this function:

◆ obj_type()

template<typename GUM_SCALAR >
INLINE PRMObject::prm_type gum::prm::PRMClassElement< GUM_SCALAR >::obj_type ( ) const
virtualinherited
See also
gum::PRMObject::obj_type().

Implements gum::prm::PRMObject.

Definition at line 57 of file PRMClassElement_tpl.h.

Referenced by gum::prm::PRMClassElement< double >::isParameter().

+ Here is the caller graph for this function:

◆ operator!=()

INLINE bool gum::prm::PRMObject::operator!= ( const PRMObject obj) const
inherited

To PRMObject are equal if they have the same name (which is unique).

Definition at line 46 of file PRMObject_inl.h.

References gum::prm::PRMObject::__name, and gum::prm::PRMObject::name().

Referenced by gum::prm::PRMObject::isInstance().

46  {
47  return __name != obj.name();
48  }
std::string __name
Definition: PRMObject.h:197
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator=()

template<typename GUM_SCALAR>
PRMAggregate< GUM_SCALAR > & gum::prm::PRMAggregate< GUM_SCALAR >::operator= ( const PRMAggregate< GUM_SCALAR > &  source)
private

Copy operator. Don't use it.

Definition at line 85 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMAggregate< double >::str2enum().

85  {
86  GUM_ERROR(FatalError, "illegal call to gum::PRMAggregate copy operator.");
87  }
#define GUM_ERROR(type, msg)
Definition: exceptions.h:52
+ Here is the caller graph for this function:

◆ operator==()

INLINE bool gum::prm::PRMObject::operator== ( const PRMObject obj) const
inherited

To PRMObject are equal if they have the same name (which is unique).

Definition at line 40 of file PRMObject_inl.h.

References gum::prm::PRMObject::__name, and gum::prm::PRMObject::name().

Referenced by gum::prm::PRMObject::isInstance().

40  {
41  return __name == obj.name();
42  }
std::string __name
Definition: PRMObject.h:197
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ RIGHT_CAST()

static std::string gum::prm::PRMObject::RIGHT_CAST ( )
inlinestaticinherited

Enumeration of the different types of objects handled by a PRM.

The "all" type is used to tell that we want any kind of PRMType (useful with iterators for example). No PRMObject will ever have "all" as type.

Definition at line 77 of file PRMObject.h.

Referenced by gum::prm::decomposePath(), gum::prm::PRMFormAttribute< GUM_SCALAR >::PRMFormAttribute(), and gum::prm::PRMScalarAttribute< GUM_SCALAR >::PRMScalarAttribute().

77 { return ")"; }
+ Here is the caller graph for this function:

◆ safeName()

template<typename GUM_SCALAR >
INLINE const std::string & gum::prm::PRMClassElement< GUM_SCALAR >::safeName ( ) const
inherited

Returns the safe name of this PRMClassElement, if any.

This will only work if this PRMClassElement is an PRMAttribute or an PRMAggregate.

Returns
Returns the safe name of this PRMClassElement.
Exceptions
NotFound&Raised if this PRMClassElement does not have any safe name.

Definition at line 67 of file PRMClassElement_tpl.h.

Referenced by gum::prm::PRMClass< double >::__addCastDescendants(), gum::prm::PRMInterface< double >::__addCastDescendants(), gum::prm::PRMFactory< GUM_SCALAR >::__addParent(), gum::prm::PRMInstance< GUM_SCALAR >::__copyAttributeCPF(), gum::prm::SVED< GUM_SCALAR >::__getAggPotential(), gum::prm::PRMSystem< double >::__groundPotential(), gum::prm::PRMSystem< double >::__groundRef(), gum::prm::PRMClass< double >::__inheritClass(), gum::prm::PRMClass< double >::__overloadAggregate(), gum::prm::PRMInterface< double >::__overloadAttribute(), gum::prm::PRMClass< double >::__overloadAttribute(), gum::prm::PRMClass< double >::__overloadParameter(), gum::prm::PRMClass< double >::__overloadReference(), gum::prm::PRMInterface< double >::__overloadReferenceSlot(), gum::prm::__print_attribute__(), gum::prm::gspan::StrictSearch< GUM_SCALAR >::__str(), gum::prm::StructuredInference< GUM_SCALAR >::__str(), gum::prm::PRMClassElementContainer< double >::_getIOFlag(), gum::prm::PRMClassElementContainer< double >::_setIOFlag(), gum::prm::PRMInterface< double >::add(), gum::prm::PRMClass< double >::add(), gum::prm::PRMFactory< GUM_SCALAR >::addAggregator(), gum::prm::PRMFactory< GUM_SCALAR >::addAttribute(), gum::prm::PRMClassElementContainer< double >::belongsTo(), gum::prm::PRMClass< double >::inheritAggregates(), gum::prm::PRMClassElement< double >::isParameter(), gum::prm::PRMClassElementContainer< double >::setInputNode(), and gum::prm::PRMClassElementContainer< double >::setOutputNode().

67  {
68  return _safeName;
69  }
std::string _safeName
The safe name of this PRMClassElement.
+ Here is the caller graph for this function:

◆ setId()

template<typename GUM_SCALAR >
INLINE void gum::prm::PRMClassElement< GUM_SCALAR >::setId ( NodeId  id)
virtualinherited

Used to assign the id of this element.

Definition at line 62 of file PRMClassElement_tpl.h.

Referenced by gum::prm::PRMClass< double >::__addCastDescendants(), gum::prm::PRMInterface< double >::__addCastDescendants(), gum::prm::PRMClass< double >::__checkInterface(), gum::prm::PRMClass< double >::__checkRefInterface(), gum::prm::PRMSlotChain< double >::__copyLastElt(), gum::prm::PRMClass< double >::__inheritClass(), gum::prm::PRMInterface< double >::__inheritInterface(), gum::prm::PRMInterface< double >::__overloadAttribute(), gum::prm::PRMClass< double >::__overloadAttribute(), gum::prm::PRMClass< double >::__overloadParameter(), gum::prm::PRMClass< double >::__overloadReference(), gum::prm::PRMInterface< double >::__overloadReferenceSlot(), gum::prm::PRMInterface< double >::add(), gum::prm::PRMClass< double >::add(), gum::prm::PRMClass< double >::inheritAggregates(), gum::prm::PRMClass< double >::inheritParameters(), gum::prm::PRMClass< double >::inheritReferenceSlots(), gum::prm::PRMClass< double >::inheritSlotChains(), and gum::prm::PRMClassElement< double >::isParameter().

62  {
63  __id = id;
64  }
NodeId id() const
Returns the NodeId of this element in it&#39;s class DAG.
NodeId __id
The node&#39;s id of this element.
+ Here is the caller graph for this function:

◆ setLabel() [1/2]

template<typename GUM_SCALAR >
INLINE void gum::prm::PRMAggregate< GUM_SCALAR >::setLabel ( Idx  idx)

Set the aggregator's label.

Definition at line 113 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMFactory< GUM_SCALAR >::__addParent(), gum::prm::PRMClass< double >::inheritAggregates(), and gum::prm::PRMAggregate< double >::str2enum().

113  {
114  (*__label) = idx;
115  }
+ Here is the caller graph for this function:

◆ setLabel() [2/2]

template<typename GUM_SCALAR >
INLINE void gum::prm::PRMAggregate< GUM_SCALAR >::setLabel ( const std::string &  label)

See gum::PRMClassElement::elt_type().

Definition at line 118 of file PRMAggregate_tpl.h.

118  {
119  __label_value = value;
120  }
std::string __label_value
The AggregateType of this aggregate.
Definition: PRMAggregate.h:269

◆ sharedLabel() [1/2]

template<typename GUM_SCALAR >
INLINE std::shared_ptr< Idx > gum::prm::PRMAggregate< GUM_SCALAR >::sharedLabel ( ) const

Returns the shared_ptr holding this Aggregate label.

This is used for inherited Aggregates to share labels in O3PRM.

Definition at line 223 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMClass< double >::inheritAggregates(), and gum::prm::PRMAggregate< double >::str2enum().

223  {
224  return __label;
225  }
std::shared_ptr< Idx > __label
Some aggregators applies only on a given label. This attribute must have the concerned Idx...
Definition: PRMAggregate.h:267
+ Here is the caller graph for this function:

◆ sharedLabel() [2/2]

template<typename GUM_SCALAR >
INLINE void gum::prm::PRMAggregate< GUM_SCALAR >::sharedLabel ( std::shared_ptr< Idx label)

Sets the shared_ptr of this Aggregate.

This is used for inherited aggregates to share labels in O3PRM.

Definition at line 229 of file PRMAggregate_tpl.h.

229  {
230  this->__label = label;
231  }
std::shared_ptr< Idx > __label
Some aggregators applies only on a given label. This attribute must have the concerned Idx...
Definition: PRMAggregate.h:267
Idx label() const
Returns the label&#39;s index on which this aggregate applies.

◆ str2enum()

template<typename GUM_SCALAR>
static AggregateType gum::prm::PRMAggregate< GUM_SCALAR >::str2enum ( const std::string &  str)
inlinestatic

Static method which returns the AggregateType given its string representation.

We suppose that str is given either entirely in lower case or upper case. It will also match if only the first letter is in upper case.

Exceptions
RaiseNotFound exception if no matches is found.

Definition at line 97 of file PRMAggregate.h.

Referenced by gum::prm::PRMFactory< GUM_SCALAR >::addAggregator(), and gum::prm::PRMFactory< GUM_SCALAR >::startAggregator().

97  {
98  if (toLower(str) == "min") {
99  return AggregateType::MIN;
100  } else if (toLower(str) == "max") {
101  return AggregateType::MAX;
102  } else if (toLower(str) == "count") {
103  return AggregateType::COUNT;
104  } else if (toLower(str) == "exists") {
105  return AggregateType::EXISTS;
106  } else if (toLower(str) == "or") {
107  return AggregateType::OR;
108  } else if (toLower(str) == "and") {
109  return AggregateType::AND;
110  } else if (toLower(str) == "forall") {
111  return AggregateType::FORALL;
112  } else if (toLower(str) == "amplitude") {
114  } else if (toLower(str) == "median") {
115  return AggregateType::MEDIAN;
116  } else {
117  std::string msg = "Unknown aggregate: ";
118  msg.append(str);
119  GUM_ERROR(NotFound, msg);
120  }
121  }
std::string toLower(std::string str)
Returns the lowercase version of str.
#define GUM_ERROR(type, msg)
Definition: exceptions.h:52
+ Here is the caller graph for this function:

◆ type() [1/2]

template<typename GUM_SCALAR >
INLINE PRMType & gum::prm::PRMAggregate< GUM_SCALAR >::type ( )
virtual

See gum::PRMClassElement::type().

Implements gum::prm::PRMClassElement< GUM_SCALAR >.

Definition at line 128 of file PRMAggregate_tpl.h.

Referenced by gum::prm::PRMInstance< GUM_SCALAR >::__copyAggregates(), gum::prm::PRMSlotChain< double >::__copyLastElt(), gum::prm::PRMClass< double >::__inheritClass(), gum::prm::PRMFactory< GUM_SCALAR >::addAggregator(), gum::prm::PRMClass< double >::inheritAggregates(), and gum::prm::PRMAggregate< double >::str2enum().

128  {
129  return *__type;
130  }
PRMType * __type
The random variable type of this aggregate It is deleted with the aggregate.
Definition: PRMAggregate.h:262
+ Here is the caller graph for this function:

◆ type() [2/2]

template<typename GUM_SCALAR >
INLINE const PRMType & gum::prm::PRMAggregate< GUM_SCALAR >::type ( ) const
virtual

See gum::PRMClassElement::type().

Implements gum::prm::PRMClassElement< GUM_SCALAR >.

Definition at line 133 of file PRMAggregate_tpl.h.

133  {
134  return *__type;
135  }
PRMType * __type
The random variable type of this aggregate It is deleted with the aggregate.
Definition: PRMAggregate.h:262

Friends And Related Function Documentation

◆ PRMClass< GUM_SCALAR >

template<typename GUM_SCALAR>
friend class PRMClass< GUM_SCALAR >
friend

Definition at line 68 of file PRMAggregate.h.

Member Data Documentation

◆ __agg_type

template<typename GUM_SCALAR>
AggregateType gum::prm::PRMAggregate< GUM_SCALAR >::__agg_type
private

The AggregateType of this aggregate.

Definition at line 258 of file PRMAggregate.h.

◆ __label

template<typename GUM_SCALAR>
std::shared_ptr< Idx > gum::prm::PRMAggregate< GUM_SCALAR >::__label
private

Some aggregators applies only on a given label. This attribute must have the concerned Idx. If not initialized the pointer equals 0. It is deleted with the aggregate.

Definition at line 267 of file PRMAggregate.h.

◆ __label_value

template<typename GUM_SCALAR>
std::string gum::prm::PRMAggregate< GUM_SCALAR >::__label_value
private

The AggregateType of this aggregate.

Definition at line 269 of file PRMAggregate.h.

◆ __type

template<typename GUM_SCALAR>
PRMType* gum::prm::PRMAggregate< GUM_SCALAR >::__type
private

The random variable type of this aggregate It is deleted with the aggregate.

Definition at line 262 of file PRMAggregate.h.

◆ _safeName

template<typename GUM_SCALAR>
std::string gum::prm::PRMClassElement< GUM_SCALAR >::_safeName
protectedinherited

The documentation for this class was generated from the following files: