5 #include "GraphPairwise.h" 49 DllExport
void addTriplet(dword Node1, dword Node2, dword Node3);
57 DllExport
void addTriplet(dword Node1, dword Node2, dword Node3,
const Mat &pot);
65 DllExport
void setTriplet(dword Node1, dword Node2, dword Node3,
const Mat &pot);
size_t node2
Second node in edge.
size_t node3
Third node in edge.
void addTriplet(dword Node1, dword Node2, dword Node3)
Adds an additional directed edge.
CGraph3(byte nStates)
Constructor.
std::vector< Triplet > vec_triplet_t
size_t node1
First node in edge.
void setTriplet(dword Node1, dword Node2, dword Node3, const Mat &pot)
Sets or changes the potentional of directed edge.
Triplet(size_t n1, size_t n2, size_t n3)