Rosetta
Functions
windowed_rmsd.cc File Reference
#include <iostream>
#include <string>
#include <basic/options/option.hh>
#include <basic/options/keys/OptionKeys.hh>
#include <basic/options/keys/evaluation.OptionKeys.gen.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <devel/init.hh>
#include <utility/vector1.hh>
#include <core/types.hh>
#include <core/import_pose/import_pose.hh>
#include <core/pose/Pose.hh>
#include <core/scoring/rms_util.hh>

Functions

void check_lengths (PoseCOP reference, const vector1< PoseCOP > &models)
 @detail Ensure that the lengths of the models to evaluate match the reference More...
 
void compute_windowed_rmsd (const Pose &reference, const Pose &model, Size window, vector1< Real > *rmsds)
 
void show (const string &filename, const vector1< Real > &rmsds)
 
int main (int argc, char *argv[])
 

Detailed Description

Author
Christopher Miles (cmile.nosp@m.s@uw.nosp@m..edu)

Function Documentation

◆ check_lengths()

void check_lengths ( PoseCOP  reference,
const vector1< PoseCOP > &  models 
)

◆ compute_windowed_rmsd()

void compute_windowed_rmsd ( const Pose reference,
const Pose model,
Size  window,
vector1< Real > *  rmsds 
)

◆ main()

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

◆ show()

void show ( const string &  filename,
const vector1< Real > &  rmsds 
)