| |
- center_of_mass(...) method of builtins.PyCapsule instance
- center_of_mass(pose : rosetta.core.pose.Pose, start : int, stop : int) -> rosetta.numeric.xyzVector_double_t
/////////////////////////////////////////////////////////////////////////////////
center_of_mass
calculates the center of mass of a pose
the start and stop positions (or residues) within the pose are used to
find the starting and finishing locations
Monica Berrondo June 14 2007
_modified Javier Castellanos June 4 2012
//////////////////////////////////////////////////////////////////////////////
- centroid_pair_by_jump(...) method of builtins.PyCapsule instance
- centroid_pair_by_jump(pose : rosetta.core.pose.Pose, jump_id : int) -> (rosetta.numeric.xyzVector_double_t, rosetta.numeric.xyzVector_double_t)
- centroids_by_jump(...) method of builtins.PyCapsule instance
- centroids_by_jump(*args, **kwargs)
Overloaded function.
1. centroids_by_jump(pose : rosetta.core.pose.Pose, jump_id : int, upstream_ctrd : rosetta.numeric.xyzVector_double_t, downstream_ctrd : rosetta.numeric.xyzVector_double_t) -> NoneType
2. centroids_by_jump(pose : rosetta.core.pose.Pose, jump_id : int, upstream_ctrd : rosetta.numeric.xyzVector_double_t, downstream_ctrd : rosetta.numeric.xyzVector_double_t, ok_for_centroid_calculation : rosetta.utility.vector1_bool) -> NoneType
- centroids_by_jump_int(...) method of builtins.PyCapsule instance
- centroids_by_jump_int(pose : rosetta.core.pose.Pose, jump_id : int, upstream_ctrd : rosetta.numeric.xyzVector_double_t, downstream_ctrd : rosetta.numeric.xyzVector_double_t) -> NoneType
- downstream_centroid_by_jump(...) method of builtins.PyCapsule instance
- downstream_centroid_by_jump(pose : rosetta.core.pose.Pose, jump_id : int) -> rosetta.numeric.xyzVector_double_t
- random_reorientation_matrix(...) method of builtins.PyCapsule instance
- random_reorientation_matrix(*args, **kwargs)
Overloaded function.
1. random_reorientation_matrix() -> rosetta.numeric.xyzMatrix_double_t
2. random_reorientation_matrix(phi_range : float) -> rosetta.numeric.xyzMatrix_double_t
3. random_reorientation_matrix(phi_range : float, psi_range : float) -> rosetta.numeric.xyzMatrix_double_t
- upstream_centroid_by_jump(...) method of builtins.PyCapsule instance
- upstream_centroid_by_jump(pose : rosetta.core.pose.Pose, jump_id : int) -> rosetta.numeric.xyzVector_double_t
|