HIBF 1.0.0-rc.1
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages Concepts
seqan::hibf::layout::data_store::previous_level Struct Reference

Stores information of the previous level of a given IBF. More...

#include <hibf/layout/data_store.hpp>

Public Member Functions

bool empty () const
 

Public Attributes

std::vector< size_t > bin_indices {}
 
std::string num_of_bins
 

Detailed Description

Stores information of the previous level of a given IBF.

When computing a hierarchical layout, the data_store data structure is used with local copies for each IBF within the hierarchical structure of the HIBF. To keep track of the hierarchy, the previous_level stores information about the previous level (where the corresponding merged bin is located).


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