IMP
2.2.1
The Integrative Modeling Platform
|
#include <boost/graph/adjacency_matrix.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/pending/disjoint_sets.hpp>
#include <boost/graph/graph_utility.hpp>
#include <IMP/multifit/multifit_config.h>
#include <IMP/atom/Hierarchy.h>
#include <boost/unordered_map.hpp>
#include <boost/graph/kruskal_min_spanning_tree.hpp>
#include <boost/graph/prim_minimum_spanning_tree.hpp>
Go to the source code of this file.
Classes | |
class | IMP::multifit::DummyRestraint |
A simple Restraint that always returns a score of zero. More... | |
class | IMP::multifit::MergeTreeBuilder |
Utility class for building merge trees. More... | |
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::multifit | |
See IMP.multifit for more information. | |
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file merge_tree_utils.h.