SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
interleaved_bloom_filter.hpp File Reference

Provides seqan3::interleaved_bloom_filter. More...

#include <algorithm>
#include <bit>
#include <seqan3/contrib/sdsl-lite.hpp>
#include <seqan3/core/concept/cereal.hpp>
#include <seqan3/utility/bloom_filter/bloom_filter_strong_types.hpp>
+ Include dependency graph for interleaved_bloom_filter.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::interleaved_bloom_filter< data_layout_mode_ >::membership_agent_type::binning_bitvector
 A bitvector representing the result of a call to bulk_contains of the seqan3::interleaved_bloom_filter. More...
 
class  seqan3::interleaved_bloom_filter< data_layout_mode_ >::counting_agent_type< value_t >
 Manages counting ranges of values for the seqan3::interleaved_bloom_filter. More...
 
class  seqan3::counting_vector< value_t >
 A data structure that behaves like a std::vector and can be used to consolidate the results of multiple calls to seqan3::interleaved_bloom_filter::membership_agent_type::bulk_contains. More...
 
class  seqan3::interleaved_bloom_filter< data_layout_mode_ >
 The IBF binning directory. A data structure that efficiently answers set-membership queries for multiple bins. More...
 
class  seqan3::interleaved_bloom_filter< data_layout_mode_ >::membership_agent_type
 Manages membership queries for the seqan3::interleaved_bloom_filter. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::interleaved_bloom_filter.

Author
Enrico Seiler <enrico.seiler AT fu-berlin.de>
Hide me