|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Provides seqan3::views::kmer_hash. More...
#include <seqan3/alphabet/concept.hpp>#include <seqan3/alphabet/range/hash.hpp>#include <seqan3/search/kmer_index/shape.hpp>#include <seqan3/utility/math.hpp>
Include dependency graph for kmer_hash.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | seqan3::detail::kmer_hash_view< urng_t >::basic_iterator< const_range > |
| Iterator for calculating hash values via a given seqan3::shape. More... | |
| struct | seqan3::detail::kmer_hash_fn |
| views::kmer_hash's range adaptor object type (non-closure). More... | |
| class | seqan3::detail::kmer_hash_view< urng_t > |
| The type returned by seqan3::views::kmer_hash. More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::detail |
| The internal SeqAn3 namespace. | |
| namespace | seqan3::views |
| The SeqAn namespace for views. | |
Functions | |
| template<std::ranges::viewable_range rng_t> | |
| seqan3::detail::kmer_hash_view (rng_t &&, shape const &shape_) -> kmer_hash_view< std::views::all_t< rng_t > > | |
| A deduction guide for the view class template. | |
Variables | |
| constexpr auto | seqan3::views::kmer_hash |
| Computes hash values for each position of a range via a given shape. | |
Provides seqan3::views::kmer_hash.