|
vg
tools for working with variation graphs
|
#include <zip_code_tree.hpp>
Public Member Functions | |
| 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 | 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 orientation of a seed
|
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.
| bool vg::ZipCodeTree::oriented_seed_t::is_reversed |
Is the seed traversed backwards in the tree?
| size_t vg::ZipCodeTree::oriented_seed_t::seed |
The index of the seed in the seeds vector.
1.8.17