|
Rosetta
|

Public Member Functions | |
| def | __init__ (self, N_in=1, X_in=15) |
| def | __str__ (self) |
| def | get_name (self) |
| def | apply (self, pose) |
Public Attributes | |
| N | |
| X | |
A mover that increments the phi angle of residue N By X degrees. Default values are residue 1 and 15 degrees.
| def test.Workshop9_my_shapes.PhiNByXDegreesMover.__init__ | ( | self, | |
N_in = 1, |
|||
X_in = 15 |
|||
| ) |
Construct PhiNByXDegreesMover.
Referenced by pyrosetta.distributed.tasks.taskbase.TaskBase.__setstate__().
| def test.Workshop9_my_shapes.PhiNByXDegreesMover.__str__ | ( | self | ) |
| def test.Workshop9_my_shapes.PhiNByXDegreesMover.apply | ( | self, | |
| pose | |||
| ) |
Applies move to pose.
References Link.N, basic::sampling::orientations::QuatDBMetadata.N, test.Workshop9_my_shapes.PhiNByXDegreesMover.N, print(), pdbline.X, pseudoCA.X, and test.Workshop9_my_shapes.PhiNByXDegreesMover.X.
Referenced by pyrosetta.bindings.scores.simple_metrics.SimpleMetricDataAccessorBase.__setitem__(), pyrosetta.bindings.scores.base.PoseCacheAccessorBase._maybe_delete_keys_from_sm_data(), and pyrosetta.distributed.tasks.rosetta_scripts.BaseRosettaScriptsTask.execute().
| def test.Workshop9_my_shapes.PhiNByXDegreesMover.get_name | ( | self | ) |
Return name of class.
| test.Workshop9_my_shapes.PhiNByXDegreesMover.N |
| test.Workshop9_my_shapes.PhiNByXDegreesMover.X |