Chopper
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
chopper::layout::hibf_statistics::bin Class Reference

#include <chopper/layout/hibf_statistics.hpp>

Public Member Functions

 bin ()=default
 Defaulted. More...
 
 bin (bin const &b)=default
 Defaulted. More...
 
binoperator= (bin const &)=default
 Defaulted. More...
 
 bin (bin &&b)=default
 Defaulted. More...
 
binoperator= (bin &&)=default
 Defaulted. More...
 
 ~bin ()=default
 Defaulted. More...
 
 bin (bin_kind const kind_, size_t const spanning_tbs, std::vector< size_t > const &user_bin_indices_)
 

Public Attributes

bin_kind kind
 Either a split or merged bin. More...
 
size_t cardinality
 The size/weight of the bin (either a kmer count or hll sketch estimation). More...
 
size_t num_contained_ubs
 [MERGED] How many UBs are merged within this TB. More...
 
size_t num_spanning_tbs
 [SPLIT] How many TBs are used for this sindle UB. More...
 
std::vector< size_t > user_bin_indices
 The user bin indices of this bin. More...
 
size_t tb_index
 
level child_level
 [MERGED] The lower level ibf statistics. More...
 
size_t child_level_idx
 [MERGED] The lower level ibf statistics. More...
 

Constructor & Destructor Documentation

◆ bin() [1/4]

chopper::layout::hibf_statistics::bin::bin ( )
default

Defaulted.

◆ bin() [2/4]

chopper::layout::hibf_statistics::bin::bin ( bin const &  b)
default

Defaulted.

◆ bin() [3/4]

chopper::layout::hibf_statistics::bin::bin ( bin &&  b)
default

Defaulted.

◆ ~bin()

chopper::layout::hibf_statistics::bin::~bin ( )
default

Defaulted.

◆ bin() [4/4]

chopper::layout::hibf_statistics::bin::bin ( bin_kind const  kind_,
size_t const  spanning_tbs,
std::vector< size_t > const &  user_bin_indices_ 
)
inline

Member Function Documentation

◆ operator=() [1/2]

bin & chopper::layout::hibf_statistics::bin::operator= ( bin &&  )
default

Defaulted.

◆ operator=() [2/2]

bin & chopper::layout::hibf_statistics::bin::operator= ( bin const &  )
default

Defaulted.

Member Data Documentation

◆ cardinality

size_t chopper::layout::hibf_statistics::bin::cardinality

The size/weight of the bin (either a kmer count or hll sketch estimation).

◆ child_level

level chopper::layout::hibf_statistics::bin::child_level

[MERGED] The lower level ibf statistics.

◆ child_level_idx

size_t chopper::layout::hibf_statistics::bin::child_level_idx

[MERGED] The lower level ibf statistics.

◆ kind

bin_kind chopper::layout::hibf_statistics::bin::kind

Either a split or merged bin.

◆ num_contained_ubs

size_t chopper::layout::hibf_statistics::bin::num_contained_ubs

[MERGED] How many UBs are merged within this TB.

◆ num_spanning_tbs

size_t chopper::layout::hibf_statistics::bin::num_spanning_tbs

[SPLIT] How many TBs are used for this sindle UB.

◆ tb_index

size_t chopper::layout::hibf_statistics::bin::tb_index

◆ user_bin_indices

std::vector<size_t> chopper::layout::hibf_statistics::bin::user_bin_indices

The user bin indices of this bin.


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