![]() |
Rosetta
2021.16
|

Public Member Functions | |
| def | __init__ |
| def | __str__ |
| def | get_name |
| def | apply |
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 test.Workshop9_my_shapes.PhiNByXDegreesMover.N, basic::sampling::orientations::QuatDBMetadata.N, fmt.print(), and test.Workshop9_my_shapes.PhiNByXDegreesMover.X.
Referenced by 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 |
1.8.7