10 #ifndef IMPKINEMATICS_HELPERS_H
11 #define IMPKINEMATICS_HELPERS_H
13 #include "kinematics_config.h"
18 #include <boost/algorithm/string.hpp>
20 IMPKINEMATICS_BEGIN_NAMESPACE
27 int res_index, std::string chain);
31 int residue_index, std::string chain_id);
34 void read_connect_chains_file(
const std::string& file_name,
36 std::vector<IMP::atom::Atoms>& connect_atoms);
39 void read_angle_file(
const std::string& file_name,
43 std::vector<IMP::atom::Atoms>& dihedral_angles);
51 IMPKINEMATICS_END_NAMESPACE
A decorator for wrapping a particle representing a molecular bond.
A decorator for a particle representing an atom.
Bond create_bond(Bonded a, Bonded b, Int t)
Connect the two wrapped particles by a bond.
A decorator for Residues.
A decorator for a residue.