#include "genesis/placement/function/manipulation.hpp"#include "genesis/tree/function/manipulation.hpp"#include "genesis/tree/function/operators.hpp"#include "genesis/tree/function/functions.hpp"#include "genesis/placement/sample.hpp"#include "genesis/placement/placement_tree.hpp"#include "genesis/placement/pquery/placement.hpp"#include "genesis/placement/function/helper.hpp"#include <algorithm>#include <cassert>#include <stdexcept>#include <unordered_set>#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 | |
Functions | |
| void | make_rooted (Sample &sample, PlacementTreeEdge &target_edge) |
| Root the underlying PlacementTree of a Sample at a specified TreeEdge. More... | |