Rosetta
Functions
rmsd_calculator.cc File Reference
#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[])
 

Function Documentation

◆ automorph_rmsd()

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().

◆ chain_rmsd()

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().

◆ main()

int main ( int  argc,
char *  argv[] 
)