Represents a possible transition between anchors.
More...
#include <chain_items.hpp>
Represents a possible transition between anchors.
◆ transition_info() [1/2]
| vg::algorithms::transition_info::transition_info |
( |
size_t |
from, |
|
|
size_t |
to, |
|
|
size_t |
graph_dist, |
|
|
size_t |
read_dist |
|
) |
| |
|
inline |
Built transition info by calculating indel size.
◆ transition_info() [2/2]
| vg::algorithms::transition_info::transition_info |
( |
size_t |
from, |
|
|
size_t |
to, |
|
|
size_t |
indel_size |
|
) |
| |
|
inline |
Build transition info from loose values.
◆ from_anchor
| size_t vg::algorithms::transition_info::from_anchor |
◆ indel_size
| size_t vg::algorithms::transition_info::indel_size |
◆ to_anchor
| size_t vg::algorithms::transition_info::to_anchor |
The documentation for this struct was generated from the following file: