![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
Inner class to handle data about nodes in graph. More...
#include <agrum/PRM/gspan/interfaceGraph.h>
Public Attributes | |
PRMInstance< GUM_SCALAR > * | n |
The instance represented by this node. More... | |
LabelData * | l |
The label of this node. More... | |
Public Member Functions | |
NodeData () | |
Constructor. More... | |
NodeData (const NodeData< GUM_SCALAR > &from) | |
Copy Constructor. More... | |
~NodeData () | |
Destructor. More... | |
bool | operator== (const NodeData< GUM_SCALAR > &from) const |
Equality operator. More... | |
bool | operator!= (const NodeData< GUM_SCALAR > &from) const |
Difference operator. More... | |
Inner class to handle data about nodes in graph.
Definition at line 82 of file interfaceGraph.h.
INLINE gum::prm::gspan::NodeData< GUM_SCALAR >::NodeData | ( | ) |
Constructor.
Definition at line 36 of file interfaceGraph_tpl.h.
References gum::prm::gspan::operator<<().
INLINE gum::prm::gspan::NodeData< GUM_SCALAR >::NodeData | ( | const NodeData< GUM_SCALAR > & | from | ) |
Copy Constructor.
Definition at line 41 of file interfaceGraph_tpl.h.
References gum::prm::gspan::operator<<().
INLINE gum::prm::gspan::NodeData< GUM_SCALAR >::~NodeData | ( | ) |
Destructor.
Definition at line 47 of file interfaceGraph_tpl.h.
References gum::prm::gspan::operator<<().
INLINE bool gum::prm::gspan::NodeData< GUM_SCALAR >::operator!= | ( | const NodeData< GUM_SCALAR > & | from | ) | const |
Difference operator.
Definition at line 57 of file interfaceGraph_tpl.h.
References gum::prm::gspan::operator<<().
INLINE bool gum::prm::gspan::NodeData< GUM_SCALAR >::operator== | ( | const NodeData< GUM_SCALAR > & | from | ) | const |
Equality operator.
Definition at line 52 of file interfaceGraph_tpl.h.
References gum::prm::gspan::operator<<().
LabelData* gum::prm::gspan::NodeData< GUM_SCALAR >::l |
The label of this node.
Definition at line 93 of file interfaceGraph.h.
PRMInstance< GUM_SCALAR >* gum::prm::gspan::NodeData< GUM_SCALAR >::n |
The instance represented by this node.
Definition at line 91 of file interfaceGraph.h.