Loading [MathJax]/extensions/tex2jax.js
|
A library for working with phylogenetic and population genetic data.
v0.32.0
|
|
Go to the documentation of this file.
50 auto& os = target->ostream();
51 for(
auto const& tit :
preorder( tax )) {
55 os <<
"\t" << tit.taxon().id();
58 os <<
"\t" << tit.taxon().rank();
void write(Taxonomy const &tax, std::shared_ptr< utils::BaseOutputTarget > target) const
utils::Range< IteratorPreorder< Taxonomy const, Taxon const > > preorder(TaxonomyType const &taxonomy)
Container namespace for all symbols of genesis in order to keep them separate when used as a library.
Store a Taxonomy, i.e., a nested hierarchy of Taxa.
std::string to_string(Taxopath const &taxopath) const
Return a string representation of a Taxopath.