IMP
2.2.0
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 | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::kinematics | |
See IMP.kinematics for more information. | |
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 |
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file ProteinKinematics.h.