30 #ifndef GUM_MULTI_DIM_FUNCTION_GRAPH_INTERNAL_NODE_H 31 #define GUM_MULTI_DIM_FUNCTION_GRAPH_INTERNAL_NODE_H 72 void*
operator new(
size_t s);
77 void operator delete(
void* p);
175 void*
operator new(
size_t s);
180 void operator delete(
void* p);
281 #ifndef GUM_NO_INLINE bool operator==(const Parent &comp) const
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
LinkedList< Parent > __nodeParents
The list of the node's parent.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Base class for discrete random variable.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
bool operator!=(const Parent &comp) const
Parent & operator=(const Parent &src)
NodeId * __nodeSons
Table of sons of the node.
Structure used to represent a node internal structure.
const DiscreteVariable * __nodeVar
Variable associated to such node.
Link of a chain list allocated using the SmallObjectAllocator.
Parent(NodeId pi, Idx m)
Class constructor.
Chain list allocated using the SmallObjectAllocator.
Represent a node's parent.
Size Idx
Type for indexes.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Size NodeId
Type for node ids.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.