|
Rosetta
|
#include <core/pose/Pose.hh>#include <core/import_pose/import_pose.hh>#include <core/io/silent/SilentStruct.hh>#include <core/io/silent/SilentFileData.hh>#include <core/io/silent/BinarySilentStruct.hh>#include <core/scoring/dssp/Dssp.hh>#include <devel/init.hh>#include <basic/Tracer.hh>#include <basic/options/option.hh>#include <basic/options/option_macros.hh>#include <basic/options/keys/OptionKeys.hh>#include <basic/options/keys/in.OptionKeys.gen.hh>#include <core/pose/PDBInfo.hh>#include <string>#include <sstream>#include <stdio.h>#include <string.h>#include <utility/excn/Exceptions.hh>Classes | |
| class | ThisApplication |
| class | SerializablePose |
Typedefs | |
| typedef utility::pointer::owning_ptr< SerializablePose > | SerializablePoseOP |
| typedef utility::pointer::owning_ptr< SerializablePose const > | SerializablePoseCOP |
Functions | |
| std::string | pose_to_string (const core::pose::Pose &pose) |
| core::pose::Pose | string_to_pose (const std::string &silent_string) |
| int | main (int argc, char *argv[]) |
Variables | |
| static basic::Tracer | TR ("serialization_test") |
| typedef utility::pointer::owning_ptr< SerializablePose const > SerializablePoseCOP |
| typedef utility::pointer::owning_ptr< SerializablePose > SerializablePoseOP |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| std::string pose_to_string | ( | const core::pose::Pose & | pose | ) |
References beta_nonlocal::pose, sfd, and challenge::ss.
Referenced by main().
| core::pose::Pose string_to_pose | ( | const std::string & | silent_string | ) |
References beta_nonlocal::pose, sfd, and challenge::ss.
Referenced by main().
|
static |
Referenced by main().