#include <cluster.hpp>
◆ HitEdge() [1/2]
vg::MEMClusterer::HitEdge::HitEdge |
( |
size_t |
to_idx, |
|
|
int32_t |
weight, |
|
|
int64_t |
distance |
|
) |
| |
|
inline |
◆ HitEdge() [2/2]
vg::MEMClusterer::HitEdge::HitEdge |
( |
| ) |
|
|
default |
◆ ~HitEdge()
vg::MEMClusterer::HitEdge::~HitEdge |
( |
| ) |
|
|
default |
◆ distance
int64_t vg::MEMClusterer::HitEdge::distance |
◆ to_idx
size_t vg::MEMClusterer::HitEdge::to_idx |
Index of the node that the edge points to.
◆ weight
int32_t vg::MEMClusterer::HitEdge::weight |
Weight for dynamic programming.
The documentation for this class was generated from the following file: