#include <genesis/placement/pquery/plain.hpp>
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.
Public Attributes | |
size_t | index |
double | multiplicity |
std::vector< PqueryPlacementPlain > | placements |
std::vector<PqueryPlacementPlain> placements |