#include "genesis/placement/formats/edge_color.hpp"
#include "genesis/placement/function/helper.hpp"
#include "genesis/placement/function/functions.hpp"
#include "genesis/placement/placement_tree.hpp"
#include "genesis/placement/sample.hpp"
#include "genesis/utils/color/color.hpp"
#include "genesis/utils/color/functions.hpp"
#include <cmath>
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 | |
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... | |