IMP  2.4.0
The Integrative Modeling Platform
cn_rmsd.h
Go to the documentation of this file.
1 /**
2  * \file IMP/cnmultifit/cn_rmsd.h
3  * \brief High-level functions for RMSD calculation.
4  *
5  * Copyright 2007-2015 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPCNMULTIFIT_CN_RMSD_H
10 #define IMPCNMULTIFIT_CN_RMSD_H
11 
12 #include <IMP/cnmultifit/cnmultifit_config.h>
13 #include <IMP/base/types.h>
14 #include <string>
15 
16 IMPCNMULTIFIT_BEGIN_NAMESPACE
17 
18 Floats IMPCNMULTIFITEXPORT 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,
22  int end_model = -1);
23 
24 IMPCNMULTIFIT_END_NAMESPACE
25 
26 #endif /* IMPCNMULTIFIT_CN_RMSD_H */
Basic types used by IMP.
IMP::base::Vector< Float > Floats
Standard way to pass a bunch of Float values.
Definition: types.h:47