Raptor
A fast and space-efficient pre-filter
All Classes Namespaces Files Functions Variables Macros Pages Concepts
raptor::raptor_index< data_t > Class Template Reference
+ Collaboration diagram for raptor::raptor_index< data_t >:

Public Member Functions

std::vector< std::vector< std::string > > const & bin_path () const
 
double fpr () const
 
data_t & ibf ()
 
data_t const & ibf () const
 
bool is_hibf () const
 
template<seqan3::cereal_input_archive archive_t>
void load_parameters (archive_t &archive)
 
raptor_indexoperator= (raptor_index &&)=default
 
raptor_indexoperator= (raptor_index const &)=default
 
uint8_t parts () const
 
 raptor_index (build_arguments const &arguments)
 
 raptor_index (raptor_index &&)=default
 
 raptor_index (raptor_index const &)=default
 
 raptor_index (window const window_size, seqan3::shape const shape, uint8_t const parts, std::vector< std::vector< std::string > > const &bin_path, double const fpr, data_t &&ibf)
 
template<seqan3::cereal_archive archive_t>
void serialize (archive_t &archive)
 Serialisation support function.
 
seqan3::shape shape () const
 
uint64_t window_size () const
 

Static Public Attributes

static constexpr uint32_t version {3u}
 

Private Attributes

std::vector< std::vector< std::string > > bin_path_ {}
 
double fpr_ {}
 
data_t ibf_ {}
 
bool is_hibf_ {index_structure::is_hibf<data_t>}
 
uint8_t parts_ {}
 
seqan3::shape shape_ {}
 
uint64_t window_size_ {}
 

Member Function Documentation

◆ serialize()

template<index_structure::is_valid data_t = index_structure::ibf>
template<seqan3::cereal_archive archive_t>
void raptor::raptor_index< data_t >::serialize ( archive_t & archive)
inline

Serialisation support function.

Template Parameters
archive_tType of archive; must satisfy seqan3::cereal_archive.
Parameters
[in]archiveThe archive being serialised from/to.
Attention
These functions are never called directly.
See also
https://docs.seqan.de/seqan/3.2.0/group__io.html#serialisation
+ Here is the call graph for this function:

The documentation for this class was generated from the following file:
Hide me