#include <haplotypes.hpp>
◆ haplo_DP_column()
template<class accessorType >
haplo::haplo_DP_column::haplo_DP_column |
( |
accessorType & |
ga | ) |
|
◆ ~haplo_DP_column()
haplo::haplo_DP_column::~haplo_DP_column |
( |
| ) |
|
◆ binary_extend_intervals()
template<class accessorType >
◆ current_sum()
double haplo::haplo_DP_column::current_sum |
( |
| ) |
const |
◆ extend()
template<class accessorType >
void haplo::haplo_DP_column::extend |
( |
accessorType & |
ga | ) |
|
◆ get_scores()
vector< double > haplo::haplo_DP_column::get_scores |
( |
| ) |
const |
◆ get_sizes()
vector< int64_t > haplo::haplo_DP_column::get_sizes |
( |
| ) |
const |
◆ is_empty()
bool haplo::haplo_DP_column::is_empty |
( |
| ) |
const |
◆ previous_R()
double haplo::haplo_DP_column::previous_R |
( |
size_t |
i | ) |
const |
|
private |
◆ print()
void haplo::haplo_DP_column::print |
( |
ostream & |
out | ) |
const |
◆ standard_extend()
template<class accessorType >
void haplo::haplo_DP_column::standard_extend |
( |
accessorType & |
ga | ) |
|
|
private |
◆ update_inner_values()
void haplo::haplo_DP_column::update_inner_values |
( |
| ) |
|
|
private |
◆ update_score_vector()
◆ entries
◆ length
double haplo::haplo_DP_column::length |
|
private |
◆ previous_sizes
vector<int64_t> haplo::haplo_DP_column::previous_sizes |
|
private |
◆ previous_sum
double haplo::haplo_DP_column::previous_sum |
|
private |
◆ previous_values
vector<double> haplo::haplo_DP_column::previous_values |
|
private |
◆ sum
double haplo::haplo_DP_column::sum |
|
private |
The documentation for this struct was generated from the following files: