|
vg
tools for working with variation graphs
|
Public Member Functions | |
| read_alignment_index_t | without_read () |
| Drop the read field. More... | |
| template<typename NestedArray > | |
| auto | lookup_in (NestedArray &a) const -> typename std::add_lvalue_reference< decltype(a[0][0][0])>::type |
| bool | operator== (const alignment_index_t &other) |
| bool | operator!= (const alignment_index_t &other) |
Public Attributes | |
| size_t | fragment |
| size_t | alignment |
| bool | read |
Type to point to an alignment of either read <fragment index, alignment_index, read number (0 or 1)>
|
inline |
Allow looking up this index in a structure organized by fragment, read, and alignment, such as in alignments, or alignment_indices.
|
inline |
|
inline |
|
inline |
Drop the read field.
| size_t vg::alignment_index_t::alignment |
| size_t vg::alignment_index_t::fragment |
| bool vg::alignment_index_t::read |
1.8.17