Triplet structure
More...
#include <Graph3.h>
Triplet structure
Basic item stored in adjacency list.
Definition at line 14 of file Graph3.h.
◆ Triplet() [1/2]
DirectGraphicalModels::Triplet::Triplet |
( |
void |
| ) |
|
|
inline |
◆ Triplet() [2/2]
DirectGraphicalModels::Triplet::Triplet |
( |
size_t |
n1, |
|
|
size_t |
n2, |
|
|
size_t |
n3 |
|
) |
| |
|
inline |
◆ node1
size_t DirectGraphicalModels::Triplet::node1 |
First node in edge.
Definition at line 15 of file Graph3.h.
◆ node2
size_t DirectGraphicalModels::Triplet::node2 |
Second node in edge.
Definition at line 16 of file Graph3.h.
◆ node3
size_t DirectGraphicalModels::Triplet::node3 |
Third node in edge.
Definition at line 17 of file Graph3.h.
The documentation for this struct was generated from the following file: