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

#include <genesis/tree/drawing/heat_tree.hpp>

Detailed Description

Definition at line 52 of file heat_tree.hpp.

Public Attributes

std::vector< utils::Colorcolor_per_branch
 
std::vector< std::string > column_labels
 
bool ladderize = true
 
utils::Matrix< utils::Colormatrix
 
bool matrix_as_bmp = false
 
utils::SvgStroke stroke
 
CommonTree tree
 
LayoutType type = LayoutType::kCladogram
 

Member Data Documentation

◆ color_per_branch

std::vector<utils::Color> color_per_branch

Definition at line 58 of file heat_tree.hpp.

◆ column_labels

std::vector<std::string> column_labels

Definition at line 63 of file heat_tree.hpp.

◆ ladderize

bool ladderize = true

Definition at line 57 of file heat_tree.hpp.

◆ matrix

Definition at line 62 of file heat_tree.hpp.

◆ matrix_as_bmp

bool matrix_as_bmp = false

Definition at line 64 of file heat_tree.hpp.

◆ stroke

Definition at line 59 of file heat_tree.hpp.

◆ tree

CommonTree tree

Definition at line 55 of file heat_tree.hpp.

◆ type

Definition at line 56 of file heat_tree.hpp.


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