IMP logo
IMP Reference Guide  2.6.0
The Integrative Modeling Platform
dependency_graph.h File Reference

Build dependency graphs on models. More...

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

Go to the source code of this file.

Namespaces

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

Typedefs

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

Functions

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

Detailed Description

Build dependency graphs on models.

Copyright 2007-2016 IMP Inventors. All rights reserved.

Definition in file dependency_graph.h.