IMP  2.0.1
The Integrative Modeling Platform
cn_rmsd.h
Go to the documentation of this file.
1 /**
2  * \file cn_rmsd.h \brief High-level functions for RMSD calculation.
3  *
4  * Copyright 2007-2013 IMP Inventors. All rights reserved.
5  *
6  */
7 
8 #ifndef IMPCNMULTIFIT_CN_RMSD_H
9 #define IMPCNMULTIFIT_CN_RMSD_H
10 
11 #include <IMP/cnmultifit/cnmultifit_config.h>
12 #include <IMP/base/types.h>
13 #include <string>
14 
15 IMPCNMULTIFIT_BEGIN_NAMESPACE
16 
17 Floats IMPCNMULTIFITEXPORT
18 get_rmsd_for_models(const std::string param_filename,
19  const std::string trans_filename,
20  const std::string ref_filename,
21  int start_model=0, int end_model=-1);
22 
23 IMPCNMULTIFIT_END_NAMESPACE
24 
25 #endif /* IMPCNMULTIFIT_CN_RMSD_H */