IMP
2.3.1
The Integrative Modeling Platform
|
functionality for defining a kinematic forest for proteins More...
#include "kinematics_config.h"
#include <IMP/kinematics/revolute_joints.h>
#include <IMP/kinematics/KinematicForest.h>
#include <IMP/core/rigid_bodies.h>
#include <IMP/atom/Atom.h>
#include <boost/unordered_map.hpp>
#include <IMP/base/Vector.h>
#include <vector>
#include <iostream>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/undirected_dfs.hpp>
Go to the source code of this file.
Classes | |
class | IMP::kinematics::ProteinKinematics |
Namespaces | |
IMP | |
Synonym for IMP::kernel. | |
IMP::kinematics | |
Functionality for dealing with kinematic mechanical structures. | |
Typedefs | |
typedef boost::adjacency_list < boost::vecS, boost::vecS, boost::undirectedS, boost::no_property, boost::property < boost::edge_color_t, boost::default_color_type > > | IMP::kinematics::Graph |
functionality for defining a kinematic forest for proteins
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file ProteinKinematics.h.