|
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_index & | operator= (raptor_index &&)=default |
|
raptor_index & | operator= (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 constexpr uint32_t | version {3u} |
|
|
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_ {} |
|
◆ serialize()
template<index_structure::is_valid data_t = index_structure::ibf>
template<seqan3::cereal_archive archive_t>
The documentation for this class was generated from the following file: