#include <vector>Go to the source code of this file.
Namespaces | |
| genesis | |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
| genesis::placement | |
| genesis::tree | |
| genesis::utils | |
Typedefs | |
| using | PlacementTree = tree::Tree |
| Alias for a tree::Tree used for a tree with information needed for storing Pqueries. This kind of tree is used by Sample. More... | |
Functions | |
| std::vector< utils::Color > | placement_color_count_gradient (Sample const &smp, bool linear) |
| Returns a vector with a Color for each edge that visualizes the number of placements on that edge. More... | |