IMP  2.0.1
The Integrative Modeling Platform
merge_tree_utils.h File Reference
#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 <IMP/base/map.h>
#include <boost/graph/kruskal_min_spanning_tree.hpp>
#include <boost/graph/prim_minimum_spanning_tree.hpp>
+ Include dependency graph for merge_tree_utils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::multifit
 See IMP.multifit Overview for more information.
 

Typedefs

typedef
boost::adjacency_matrix
< boost::undirectedS,
boost::no_property,
boost::property
< boost::edge_weight_t, double > > 
IMP::multifit::MTU::DependencyGraph
 
typedef boost::graph_traits
< DependencyGraph >
::edge_descriptor 
IMP::multifit::MTU::DGEdge
 
typedef boost::graph_traits
< DependencyGraph >
::vertex_descriptor 
IMP::multifit::MTU::DGVertex
 
typedef
DependencyGraph::edge_property_type 
IMP::multifit::MTU::DGWeight
 
typedef base::map< Particle
*, DGVertex > 
IMP::multifit::MTU::PVMAP
 
typedef base::map< DGVertex,
Particle * > 
IMP::multifit::MTU::VPMAP
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file merge_tree_utils.h.