#include <genesis/tree/drawing/functions.hpp>
Collection of params for simple tree to svg wrapper functions.
See
Definition at line 126 of file tree/drawing/functions.hpp.
Public Attributes | |
| bool | ladderize = true |
| LayoutShape | shape = LayoutShape::kCircular |
| utils::SvgStroke | stroke |
| LayoutType | type = LayoutType::kCladogram |
| bool ladderize = true |
Definition at line 130 of file tree/drawing/functions.hpp.
| LayoutShape shape = LayoutShape::kCircular |
Definition at line 128 of file tree/drawing/functions.hpp.
| utils::SvgStroke stroke |
Definition at line 131 of file tree/drawing/functions.hpp.
| LayoutType type = LayoutType::kCladogram |
Definition at line 129 of file tree/drawing/functions.hpp.