![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
Inner class to handle data about edges in graph. More...
#include <agrum/PRM/gspan/interfaceGraph.h>
Public Attributes | |
PRMInstance< GUM_SCALAR > * | u |
One of the two instance represented by this edge. More... | |
LabelData * | l_u |
The label data of u. More... | |
PRMInstance< GUM_SCALAR > * | v |
The other instance represented by thus edge. More... | |
LabelData * | l_v |
The label data of v. More... | |
LabelData * | l |
The labal data of this edge. More... | |
Public Member Functions | |
EdgeData () | |
Constructor. More... | |
EdgeData (const EdgeData< GUM_SCALAR > &from) | |
Copy constructor. More... | |
~EdgeData () | |
Destructor. More... | |
bool | operator== (const EdgeData< GUM_SCALAR > &from) const |
Equality operator. More... | |
bool | operator!= (const EdgeData< GUM_SCALAR > &from) const |
Difference operator. More... | |
Inner class to handle data about edges in graph.
Definition at line 114 of file interfaceGraph.h.
INLINE gum::prm::gspan::EdgeData< GUM_SCALAR >::EdgeData | ( | ) |
Constructor.
Definition at line 64 of file interfaceGraph_tpl.h.
References gum::prm::gspan::operator<<().
INLINE gum::prm::gspan::EdgeData< GUM_SCALAR >::EdgeData | ( | const EdgeData< GUM_SCALAR > & | from | ) |
Copy constructor.
Definition at line 69 of file interfaceGraph_tpl.h.
References gum::prm::gspan::operator<<().
INLINE gum::prm::gspan::EdgeData< GUM_SCALAR >::~EdgeData | ( | ) |
Destructor.
Definition at line 75 of file interfaceGraph_tpl.h.
References gum::prm::gspan::operator<<().
INLINE bool gum::prm::gspan::EdgeData< GUM_SCALAR >::operator!= | ( | const EdgeData< GUM_SCALAR > & | from | ) | const |
Difference operator.
Definition at line 86 of file interfaceGraph_tpl.h.
References gum::prm::gspan::operator<<().
INLINE bool gum::prm::gspan::EdgeData< GUM_SCALAR >::operator== | ( | const EdgeData< GUM_SCALAR > & | from | ) | const |
Equality operator.
Definition at line 80 of file interfaceGraph_tpl.h.
References gum::prm::gspan::operator<<().
LabelData* gum::prm::gspan::EdgeData< GUM_SCALAR >::l |
The labal data of this edge.
Definition at line 131 of file interfaceGraph.h.
LabelData* gum::prm::gspan::EdgeData< GUM_SCALAR >::l_u |
The label data of u.
Definition at line 125 of file interfaceGraph.h.
LabelData* gum::prm::gspan::EdgeData< GUM_SCALAR >::l_v |
The label data of v.
Definition at line 129 of file interfaceGraph.h.
PRMInstance< GUM_SCALAR >* gum::prm::gspan::EdgeData< GUM_SCALAR >::u |
One of the two instance represented by this edge.
Definition at line 123 of file interfaceGraph.h.
PRMInstance< GUM_SCALAR >* gum::prm::gspan::EdgeData< GUM_SCALAR >::v |
The other instance represented by thus edge.
Definition at line 127 of file interfaceGraph.h.