![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
Represent a node's parent. More...
#include <agrum/tools/multidim/FunctionGraphUtilities/internalNode.h>
Public Attributes | |
NodeId | parentId |
Idx | modality |
Public Member Functions | |
Parent (NodeId pi, Idx m) | |
Class constructor. More... | |
Parent (const Parent &src) | |
Copy constructor. More... | |
Allocators and Deallocators redefinition | |
void * | operator new (size_t s) |
New operator. More... | |
void | operator delete (void *p) |
Delete operator. More... | |
Operators | |
bool | operator== (const Parent &comp) const |
bool | operator!= (const Parent &comp) const |
Parent & | operator= (const Parent &src) |
Represent a node's parent.
Definition at line 50 of file internalNode.h.
Class constructor.
Definition at line 36 of file internalNode_inl.h.
References gum::Set< Key, Alloc >::emplace().
INLINE gum::Parent::Parent | ( | const Parent & | src | ) |
Copy constructor.
Definition at line 40 of file internalNode_inl.h.
References gum::Set< Key, Alloc >::emplace().
INLINE void gum::Parent::operator delete | ( | void * | p | ) |
Delete operator.
Definition at line 46 of file internalNode_inl.h.
References gum::Set< Key, Alloc >::emplace().
INLINE void * gum::Parent::operator new | ( | size_t | s | ) |
New operator.
Definition at line 43 of file internalNode_inl.h.
References gum::Set< Key, Alloc >::emplace().
Definition at line 57 of file internalNode_inl.h.
References gum::Set< Key, Alloc >::emplace().
Definition at line 60 of file internalNode_inl.h.
References gum::Set< Key, Alloc >::emplace().
Definition at line 51 of file internalNode_inl.h.
References gum::Set< Key, Alloc >::emplace().
Idx gum::Parent::modality |
Definition at line 52 of file internalNode.h.
NodeId gum::Parent::parentId |
Definition at line 51 of file internalNode.h.