vg
tools for working with variation graphs
|
#include <zip_code_tree.hpp>
Public Member Functions | |
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... | |
![]() | |
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 |
![]() | |
size_t | seed |
bool | is_reverse |
Exposed type for a reference to an oriented seed at an associated distance.
|
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 |