A library for working with phylogenetic and population genetic data.
v0.27.0
PqueryPlain Struct Reference

#include <genesis/placement/pquery/plain.hpp>

Detailed Description

Simple POD struct that stores the information of a Pquery in a simple format for speeding up some calculations.

This class is used as an alternative representation of Pqueries that does not use pointer and thus is faster in certain calculations. It is normally not needed for anything else.

Definition at line 74 of file plain.hpp.

Public Attributes

size_t index
 
double multiplicity
 
std::vector< PqueryPlacementPlainplacements
 

Member Data Documentation

◆ index

size_t index

Definition at line 76 of file plain.hpp.

◆ multiplicity

double multiplicity

Definition at line 77 of file plain.hpp.

◆ placements

std::vector<PqueryPlacementPlain> placements

Definition at line 78 of file plain.hpp.


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