Rosetta
|
#include <utility/vector0.hh>
#include <devel/init.hh>
#include <basic/options/option.hh>
#include <core/pose/Pose.hh>
#include <core/import_pose/import_pose.hh>
#include <core/pose/util.hh>
#include <core/scoring/rms_util.hh>
#include <core/scoring/rms_util.tmpl.hh>
#include <core/kinematics/FoldTree.hh>
#include <basic/options/util.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/run.OptionKeys.gen.hh>
Functions | |
void | chain_rmsd (core::pose::Pose &after, core::pose::Pose &before, core::Size const jump_id, bool superimpose) |
void | automorph_rmsd (core::pose::Pose &after, core::pose::Pose &before, core::Size res_id, bool superimpose) |
int | main (int argc, char *argv[]) |
void automorph_rmsd | ( | core::pose::Pose & | after, |
core::pose::Pose & | before, | ||
core::Size | res_id, | ||
bool | superimpose | ||
) |
References utility::io::oc::cout, loops_kic::rms, and superimpose().
Referenced by main().
void chain_rmsd | ( | core::pose::Pose & | after, |
core::pose::Pose & | before, | ||
core::Size const | jump_id, | ||
bool | superimpose | ||
) |
References utility::io::oc::cout, and superimpose().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
References argv, automorph_rmsd(), begin, predPRE::chain, basic::options::OptionKeys::run::chain, chain_rmsd(), utility::io::oc::cout, basic::init(), surface_app::native, basic::options::OptionKeys::in::file::native, basic::options::option, beta_nonlocal::pose, pyrosetta.distributed.io::pose_from_file, and basic::options::start_files().