|
A library for working with phylogenetic and population genetic data.
v0.32.0
|
|
Go to the documentation of this file. 1 #ifndef GENESIS_TREE_PRINTER_DETAILED_H_
2 #define GENESIS_TREE_PRINTER_DETAILED_H_
79 void print( std::ostream& out,
Tree const& tree )
const;
80 std::string
print(
Tree const& tree )
const;
105 bool use_color_ =
true;
111 #endif // include guard
PrinterDetailed & use_color(bool value)
void print(std::ostream &out, Tree const &tree) const
Class for representing phylogenetic trees.
PrinterDetailed & operator=(PrinterDetailed const &)=default
Container namespace for all symbols of genesis in order to keep them separate when used as a library.
~PrinterDetailed()=default
Print a text representation of the Tree, showing all nodes, edges and links with their indices.
PrinterDetailed()=default