#include <genesis/tree/drawing/heat_tree.hpp>
Definition at line 52 of file heat_tree.hpp.
Public Attributes | |
| std::vector< utils::Color > | color_per_branch |
| std::vector< std::string > | column_labels |
| bool | ladderize = true |
| utils::Matrix< utils::Color > | matrix |
| bool | matrix_as_bmp = false |
| utils::SvgStroke | stroke |
| CommonTree | tree |
| LayoutType | type = LayoutType::kCladogram |
| std::vector<utils::Color> color_per_branch |
Definition at line 58 of file heat_tree.hpp.
| std::vector<std::string> column_labels |
Definition at line 63 of file heat_tree.hpp.
| bool ladderize = true |
Definition at line 57 of file heat_tree.hpp.
| utils::Matrix<utils::Color> matrix |
Definition at line 62 of file heat_tree.hpp.
| bool matrix_as_bmp = false |
Definition at line 64 of file heat_tree.hpp.
| utils::SvgStroke stroke |
Definition at line 59 of file heat_tree.hpp.
| CommonTree tree |
Definition at line 55 of file heat_tree.hpp.
| LayoutType type = LayoutType::kCladogram |
Definition at line 56 of file heat_tree.hpp.