![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
Inner class to handle data about labels in this interface graph. More...
#include <agrum/PRM/gspan/interfaceGraph.h>
Public Attributes | |
Idx | id |
An unique identifier for this label. More... | |
std::string | l |
The string version of this label. More... | |
Size | tree_width |
The size in terms of tree width of the given label. More... | |
Public Member Functions | |
LabelData () | |
Constructor. More... | |
LabelData (const LabelData &from) | |
Copy constructor. More... | |
~LabelData () | |
Destructor. More... | |
bool | operator== (const LabelData &from) const |
Equality operator. More... | |
bool | operator!= (const LabelData &from) const |
Difference operator. More... | |
Inner class to handle data about labels in this interface graph.
Definition at line 50 of file interfaceGraph.h.
gum::prm::gspan::LabelData::LabelData | ( | ) |
Constructor.
Definition at line 42 of file interfaceGraph.cpp.
References gum::prm::gspan::operator<<().
gum::prm::gspan::LabelData::LabelData | ( | const LabelData & | from | ) |
Copy constructor.
Definition at line 47 of file interfaceGraph.cpp.
References gum::prm::gspan::operator<<().
gum::prm::gspan::LabelData::~LabelData | ( | ) |
Destructor.
Definition at line 51 of file interfaceGraph.cpp.
References gum::prm::gspan::operator<<().
Difference operator.
Definition at line 60 of file interfaceGraph.cpp.
References gum::prm::gspan::operator<<().
Equality operator.
Definition at line 56 of file interfaceGraph.cpp.
References gum::prm::gspan::operator<<().
Idx gum::prm::gspan::LabelData::id |
An unique identifier for this label.
Definition at line 58 of file interfaceGraph.h.
std::string gum::prm::gspan::LabelData::l |
The string version of this label.
Definition at line 60 of file interfaceGraph.h.
Size gum::prm::gspan::LabelData::tree_width |
The size in terms of tree width of the given label.
Definition at line 62 of file interfaceGraph.h.