![]() |
Rosetta Utilities
2014.16.56682
|
| numeric::Real numeric::kinematic_closure::radians::bondangle | ( | const utility::vector1< Real > & | a, |
| const utility::vector1< Real > & | b, | ||
| const utility::vector1< Real > & | c | ||
| ) |
References eucDistance(), and scpn().
Referenced by chainParams(), and chainTORS().
| void numeric::kinematic_closure::radians::bridge_objects | ( | const utility::vector1< utility::vector1< Real > > & | atoms, |
| const utility::vector1< Real > & | dt, | ||
| const utility::vector1< Real > & | da, | ||
| const utility::vector1< Real > & | db, | ||
| const utility::vector1< int > & | pivots, | ||
| const utility::vector1< int > & | order, | ||
| utility::vector1< utility::vector1< Real > > & | t_ang, | ||
| utility::vector1< utility::vector1< Real > > & | b_ang, | ||
| utility::vector1< utility::vector1< Real > > & | b_len, | ||
| int & | nsol | ||
| ) |
Solve the triaxial loop closure problem for a system of atoms.
bridge_objects
| [in] | atoms | - matrix of cartesian coordinates of N-CA-C atoms indexed as atoms[atom][dimension] |
| [in] | dt | - desired torsions for each atom (radians) |
| [in] | da | - desired bond angle for each atom (radians) |
| [in] | db | - desired bond length for each atom (radians) |
| [in] | pivots | - 3 indices (base 1) of atoms to be used as loop closure pivots |
| [in] | order | - length 3 vector giving order to solve for the tau parameters (use 1,2,3 if unsure) |
| [out] | t_ang | - matrix giving torsion angles for each atom for each solution, indexed as t_ang[solution][atom] (radians) |
| [out] | b_ang | - matrix giving bond angles for each atom for each solution, indexed as b_ang[solution][atom] (radians) |
| [out] | b_len | - matrix giving bond lengths for each atom for each solution, indexed as b_len[solution][atom] (radians) |
| [out] | nsol | - number of solutions found |
References C, chainParams(), chainXYZ(), numeric::kinematic_closure::dixon_eig(), basic::options::OptionKeys::frags::j, numeric::kinematic_closure::multMatrix(), numeric::kinematic_closure::multTransMatrix(), rotateX(), rotateZ(), torsion(), and triaxialCoefficients().
| void numeric::kinematic_closure::radians::chainParams | ( | const int & | n, |
| const utility::vector1< utility::vector1< Real > > & | atoms, | ||
| Real & | vbond, | ||
| Real & | xi, | ||
| Real & | eta, | ||
| Real & | delta, | ||
| utility::vector1< Real > & | R0, | ||
| utility::vector1< utility::vector1< Real > > & | Q | ||
| ) |
References bondangle(), eucDistance(), frame(), and torsion().
Referenced by bridge_objects().
| void numeric::kinematic_closure::radians::chainTORS | ( | const int & | n, |
| const utility::vector1< utility::vector1< Real > > & | atoms, | ||
| utility::vector1< Real > & | t_ang, | ||
| utility::vector1< Real > & | b_ang, | ||
| utility::vector1< Real > & | b_len, | ||
| utility::vector1< Real > & | R0, | ||
| utility::vector1< utility::vector1< Real > > & | Q | ||
| ) |
References bondangle(), eucDistance(), frame(), basic::options::OptionKeys::frags::j, and torsion().
| void numeric::kinematic_closure::radians::chainXYZ | ( | const int & | n, |
| const utility::vector1< Real > & | b_len1, | ||
| const utility::vector1< Real > & | b_ang1, | ||
| const utility::vector1< Real > & | t_ang1, | ||
| const bool | space, | ||
| const utility::vector1< Real > & | R0, | ||
| const utility::vector1< utility::vector1< Real > > & | Q, | ||
| utility::vector1< utility::vector1< Real > > & | atoms | ||
| ) |
References basic::options::OptionKeys::frags::j, and basic::options::OptionKeys::in::file::s.
Referenced by bridge_objects(), and chainXYZ().
| void numeric::kinematic_closure::radians::chainXYZ | ( | const int & | n, |
| const utility::vector1< Real > & | b_len, | ||
| const utility::vector1< Real > & | b_ang, | ||
| const utility::vector1< Real > & | t_ang, | ||
| utility::vector1< utility::vector1< Real > > & | atoms | ||
| ) |
References chainXYZ().
| void numeric::kinematic_closure::radians::cross | ( | const utility::vector1< Real > & | L, |
| const utility::vector1< Real > & | r0, | ||
| utility::vector1< Real > & | r | ||
| ) |
| Real numeric::kinematic_closure::radians::eucDistance | ( | const utility::vector1< Real > & | a, |
| const utility::vector1< Real > & | b | ||
| ) |
Referenced by bondangle(), chainParams(), and chainTORS().
| void numeric::kinematic_closure::radians::frame | ( | const utility::vector1< utility::vector1< Real > > & | R, |
| utility::vector1< utility::vector1< Real > > & | U | ||
| ) |
References cross().
Referenced by chainParams(), and chainTORS().
| void numeric::kinematic_closure::radians::rotateX | ( | const utility::vector1< utility::vector1< Real > > & | R, |
| const Real & | c, | ||
| const Real & | s, | ||
| utility::vector1< utility::vector1< Real > > & | Rx | ||
| ) |
Referenced by bridge_objects().
| void numeric::kinematic_closure::radians::rotateY | ( | const utility::vector1< utility::vector1< Real > > & | R, |
| const Real & | c, | ||
| const Real & | s, | ||
| utility::vector1< utility::vector1< Real > > & | Ry | ||
| ) |
| void numeric::kinematic_closure::radians::rotateZ | ( | const utility::vector1< utility::vector1< Real > > & | R, |
| const Real & | c, | ||
| const Real & | s, | ||
| utility::vector1< utility::vector1< Real > > & | Rz | ||
| ) |
Referenced by bridge_objects().
| Real numeric::kinematic_closure::radians::scpn | ( | const utility::vector1< Real > & | a, |
| const utility::vector1< Real > & | b, | ||
| const utility::vector1< Real > & | c | ||
| ) |
Referenced by bondangle().
| void numeric::kinematic_closure::radians::sincos | ( | const utility::vector1< Real > & | theta, |
| const int | flag, | ||
| utility::vector1< Real > & | cosine, | ||
| utility::vector1< Real > & | sine | ||
| ) |
Referenced by triaxialCoefficients().
| void numeric::kinematic_closure::radians::to_degrees | ( | utility::vector1< Real > & | radians | ) |
References numeric::conversions::to_degrees().
| void numeric::kinematic_closure::radians::to_radians | ( | utility::vector1< Real > & | degrees | ) |
References numeric::conversions::to_radians().
| numeric::Real numeric::kinematic_closure::radians::torsion | ( | const utility::vector1< Real > & | a, |
| const utility::vector1< Real > & | b, | ||
| const utility::vector1< Real > & | c, | ||
| const utility::vector1< Real > & | d | ||
| ) |
References cross(), numeric::constants::r::pi, basic::options::OptionKeys::in::file::s, and numeric::wrap_2pi().
Referenced by bridge_objects(), chainParams(), and chainTORS().
| void numeric::kinematic_closure::radians::triangle | ( | const utility::vector1< Real > & | vbond, |
| utility::vector1< Real > & | calpha, | ||
| utility::vector1< Real > & | salpha | ||
| ) |
Referenced by triaxialCoefficients().
| void numeric::kinematic_closure::radians::triaxialCoefficients | ( | const utility::vector1< Real > & | vb, |
| const utility::vector1< Real > & | xi, | ||
| const utility::vector1< Real > & | eta, | ||
| const utility::vector1< Real > & | delta, | ||
| const utility::vector1< Real > & | theta, | ||
| const utility::vector1< int > & | order, | ||
| utility::vector1< utility::vector1< Real > > & | A, | ||
| utility::vector1< utility::vector1< Real > > & | B, | ||
| utility::vector1< utility::vector1< Real > > & | C, | ||
| utility::vector1< utility::vector1< Real > > & | D, | ||
| utility::vector1< Real > & | cal, | ||
| utility::vector1< Real > & | sal, | ||
| bool & | feasible_triangle | ||
| ) |
References C, basic::options::OptionKeys::frags::j, sincos(), and triangle().
Referenced by bridge_objects().
1.8.7