IMP  2.3.0
The Integrative Modeling Platform
kernel/dependency_graph.h File Reference

Build dependency graphs on models. More...

#include <IMP/kernel/kernel_config.h>
#include "base_types.h"
#include <IMP/base/base_macros.h>
#include "internal/utility.h"
#include <boost/graph/adjacency_list.hpp>
#include "ModelObject.h"
+ Include dependency graph for kernel/dependency_graph.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::kernel
 Base functionality and abstract base classes for representation, scoring and sampling.
 

Typedefs

typedef boost::graph IMP::kernel::DependencyGraph
 A directed graph on the interactions between the various objects in the model. More...
 
typedef
DependencyGraph::EdgeNameMap 
IMP::kernel::DependencyGraphConstEdgeName
 
typedef
DependencyGraph::VertexNameMap 
IMP::kernel::DependencyGraphConstVertexName
 
typedef
DependencyGraph::edge_descriptor 
IMP::kernel::DependencyGraphEdge
 
typedef boost::graph_traits
< DependencyGraph > 
IMP::kernel::DependencyGraphTraits
 
typedef
DependencyGraph::vertex_descriptor 
IMP::kernel::DependencyGraphVertex
 

Functions

DependencyGraph IMP::kernel::get_dependency_graph (kernel::Model *m)
 
ParticlesTemp IMP::kernel::get_dependent_particles (ModelObject *p, const ModelObjectsTemp &all, const DependencyGraph &dg, const DependencyGraphVertexIndex &index)
 
RestraintsTemp IMP::kernel::get_dependent_restraints (ModelObject *p, const ModelObjectsTemp &all, const DependencyGraph &dg, const DependencyGraphVertexIndex &index)
 
ScoreStatesTemp IMP::kernel::get_dependent_score_states (ModelObject *p, const ModelObjectsTemp &all, const DependencyGraph &dg, const DependencyGraphVertexIndex &index)
 
DependencyGraph IMP::kernel::get_pruned_dependency_graph (kernel::Model *m)
 
ScoreStatesTemp IMP::kernel::get_required_score_states (ModelObject *p, const ModelObjectsTemp &all, const DependencyGraph &dg, const DependencyGraphVertexIndex &index)
 
DependencyGraphVertexIndex IMP::kernel::get_vertex_index (const DependencyGraph &g)
 
void IMP::kernel::show_as_graphviz (const DependencyGraph &name, base::TextOutput out)
 

Detailed Description

Build dependency graphs on models.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file kernel/dependency_graph.h.