|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
Utility class for building merge trees. More...
#include <IMP/multifit/merge_tree_utils.h>
Utility class for building merge trees.
Definition at line 59 of file merge_tree_utils.h.
Public Member Functions | |
| MergeTreeBuilder (const atom::Hierarchies &mhs) | |
| ParticlePairsTemp | get_mst_dependency () const |
| void | increase_edge (atom::Hierarchy mh1, atom::Hierarchy mh2) |
| void | show (std::ostream &out=std::cout) const |
Protected Attributes | |
| MTU::DependencyGraph | g_ |
| atom::Hierarchies | mhs_ |
| MTU::PVMAP | mol2node_ |
| MTU::VPMAP | node2mol_ |