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()=default
Container namespace for all symbols of genesis in order to keep them separate when used as a library...
PrinterDetailed & use_color(bool value)
PrinterDetailed()=default
Class for representing phylogenetic trees.
PrinterDetailed & operator=(PrinterDetailed const &)=default
Print a text representation of the Tree, showing all nodes, edges and links with their indices...
void print(std::ostream &out, Tree const &tree) const