vg
tools for working with variation graphs
Public Member Functions | Public Attributes | List of all members
vg::MEMClusterer::HitEdge Class Reference

#include <cluster.hpp>

Public Member Functions

 HitEdge (size_t to_idx, int32_t weight, int64_t distance)
 
 HitEdge ()=default
 
 ~HitEdge ()=default
 

Public Attributes

size_t to_idx
 Index of the node that the edge points to. More...
 
int32_t weight
 Weight for dynamic programming. More...
 
int64_t distance
 Estimated distance. More...
 

Constructor & Destructor Documentation

◆ 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

Member Data Documentation

◆ distance

int64_t vg::MEMClusterer::HitEdge::distance

Estimated 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: