|
Rosetta
|
Public Member Functions | |
| def | __init__ (self, factor=2) |
| def | apply (self, viewer, pose, pdbstring) |
Public Attributes | |
| factor | |
Set the zoom magnification factor of each initialized `.pdb` file, `Pose` or `PackedPose` object.
Values >1 zoom in, and values <1 zoom out.
Parameters
----------
first : optional
`factor`
`float` or `int` indicating the zoom magnification factor.
Default: 2
Returns
-------
A Viewer instance.
| def pyrosetta.distributed.viewer.modules.setZoom.__init__ | ( | self, | |
factor = 2 |
|||
| ) |
Referenced by pyrosetta.distributed.tasks.taskbase.TaskBase.__setstate__().
| def pyrosetta.distributed.viewer.modules.setZoom.apply | ( | self, | |
| viewer, | |||
| pose, | |||
| pdbstring | |||
| ) |
References numeric::CalculatorParser.factor, and pyrosetta.distributed.viewer.modules.setZoom.factor.
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().
| pyrosetta.distributed.viewer.modules.setZoom.factor |
Referenced by pyrosetta.distributed.viewer.modules.setZoom.apply().