|
Rosetta
|
Classes | |
| class | PackedPose |
Functions | |
| def | pack_result (func) |
| def | pose_result (func) |
| def | to_packed (pose_or_pack) |
| def | none_to_packed (none) |
| def | str_to_packed (b64_encoded_pickle) |
| def | dict_to_packed (packed_dict) |
| def | to_pose (pack) |
| def | none_to_pose (none) |
| def | pose_to_pose (p) |
| def | str_to_pose (b64_encoded_pickle) |
| def | dict_to_pose (packed_dict) |
| def | to_dict (pose_or_pack) |
| def | none_to_dict (none) |
| def | to_base64 (inp) |
| def | none_to_base64 (none) |
| def | to_pickle (inp) |
| def | none_to_pickle (none) |
| def | register_builtin_container_traversal (generic_func, dict_func) |
Variables | |
| list | __all__ = ["pack_result", "pose_result", "to_packed", "to_pose", "to_dict", "to_base64", "to_pickle", "PackedPose"] |
| def pyrosetta.distributed.packed_pose.core.dict_to_packed | ( | packed_dict | ) |
| def pyrosetta.distributed.packed_pose.core.dict_to_pose | ( | packed_dict | ) |
References pyrosetta.distributed.packed_pose.core.to_pose().
| def pyrosetta.distributed.packed_pose.core.none_to_base64 | ( | none | ) |
| def pyrosetta.distributed.packed_pose.core.none_to_dict | ( | none | ) |
| def pyrosetta.distributed.packed_pose.core.none_to_packed | ( | none | ) |
| def pyrosetta.distributed.packed_pose.core.none_to_pickle | ( | none | ) |
| def pyrosetta.distributed.packed_pose.core.none_to_pose | ( | none | ) |
| def pyrosetta.distributed.packed_pose.core.pack_result | ( | func | ) |
| def pyrosetta.distributed.packed_pose.core.pose_result | ( | func | ) |
| def pyrosetta.distributed.packed_pose.core.pose_to_pose | ( | p | ) |
| def pyrosetta.distributed.packed_pose.core.register_builtin_container_traversal | ( | generic_func, | |
| dict_func | |||
| ) |
| def pyrosetta.distributed.packed_pose.core.str_to_packed | ( | b64_encoded_pickle | ) |
| def pyrosetta.distributed.packed_pose.core.str_to_pose | ( | b64_encoded_pickle | ) |
References pyrosetta.distributed.packed_pose.core.to_pose().
| def pyrosetta.distributed.packed_pose.core.to_base64 | ( | inp | ) |
Takes a `Pose` or `PackedPose` object and returns a base64-encoded string.
References pyrosetta.distributed.packed_pose.core.to_dict().
Referenced by pyrosetta.distributed.io.dump_base64().
| def pyrosetta.distributed.packed_pose.core.to_dict | ( | pose_or_pack | ) |
| def pyrosetta.distributed.packed_pose.core.to_packed | ( | pose_or_pack | ) |
| def pyrosetta.distributed.packed_pose.core.to_pickle | ( | inp | ) |
Takes a `Pose` or `PackedPose` object and returns a pickle-encoded bytestring.
References pyrosetta.distributed.packed_pose.core.to_packed().
Referenced by pyrosetta.distributed.io.dump_pickle().
| def pyrosetta.distributed.packed_pose.core.to_pose | ( | pack | ) |
Referenced by pyrosetta.distributed.packed_pose.core.dict_to_pose(), pyrosetta.distributed.io.dump_cif(), pyrosetta.distributed.io.dump_file(), pyrosetta.distributed.io.dump_mmtf(), pyrosetta.distributed.io.dump_multimodel_pdb(), pyrosetta.distributed.io.dump_pdb(), pyrosetta.distributed.io.dump_scored_pdb(), pyrosetta.distributed.viewer.core.init(), pyrosetta.distributed.packed_pose.core.pose_result(), pyrosetta.distributed.packed_pose.core.str_to_pose(), pyrosetta.distributed.io.to_pdbstring(), and pyrosetta.distributed.io.to_silent().
|
private |