fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
Public Member Functions | Public Attributes | List of all members
raptor::hibf::node_data Struct Reference

#include <raptor/build/hibf/node_data.hpp>

Public Member Functions

bool operator== (node_data const &rhs) const
 
bool operator!= (node_data const &rhs) const
 

Public Attributes

size_t parent_bin_index {}
 
size_t max_bin_index {}
 
size_t number_of_technical_bins {}
 
lemon::ListDigraph::Node favourite_child {lemon::INVALID}
 
std::vector< chopper_pack_recordremaining_records {}
 

Member Function Documentation

◆ operator!=()

bool raptor::hibf::node_data::operator!= ( node_data const &  rhs) const
inline

◆ operator==()

bool raptor::hibf::node_data::operator== ( node_data const &  rhs) const
inline

Member Data Documentation

◆ favourite_child

lemon::ListDigraph::Node raptor::hibf::node_data::favourite_child {lemon::INVALID}

◆ max_bin_index

size_t raptor::hibf::node_data::max_bin_index {}

◆ number_of_technical_bins

size_t raptor::hibf::node_data::number_of_technical_bins {}

◆ parent_bin_index

size_t raptor::hibf::node_data::parent_bin_index {}

◆ remaining_records

std::vector<chopper_pack_record> raptor::hibf::node_data::remaining_records {}

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