vg
tools for working with variation graphs
|
#include <zip_code_tree.hpp>
Public Member Functions | |
seed_result_t (size_t distance, size_t seed_index, bool is_reversed) | |
Raw value constructor. More... | |
bool | operator== (const seed_result_t &other) const |
Compare to other instances. TODO: Use default when we get C++20. More... | |
bool | operator!= (const seed_result_t &other) const |
Compare to other instances. TODO: Use default when we get C++20. More... | |
![]() | |
oriented_seed_t (size_t seed_index, bool is_reversed) | |
Raw value constructor. More... | |
bool | operator== (const oriented_seed_t &other) const |
Compare to other instances. TODO: Use default when we get C++20. More... | |
bool | operator!= (const oriented_seed_t &other) const |
Compare to other instances. TODO: Use default when we get C++20. More... | |
Public Attributes | |
size_t | distance |
The distance to the seed from some reference position. More... | |
![]() | |
size_t | seed |
The index of the seed in the seeds vector. More... | |
bool | is_reversed |
Is the seed traversed backwards in the tree? More... | |
Exposed type for a reference to an oriented seed at a distance
|
inline |
Raw value constructor.
|
inline |
Compare to other instances. TODO: Use default when we get C++20.
|
inline |
Compare to other instances. TODO: Use default when we get C++20.
size_t vg::ZipCodeTree::seed_result_t::distance |
The distance to the seed from some reference position.