IMP logo
IMP Reference Guide  develop.45c11de31d,2024/03/27
The Integrative Modeling Platform
RMSDClustering.h
Go to the documentation of this file.
1 /**
2  * \file IMP/kinematics/RMSDClustering.h
3  * \brief
4  *
5  * \authors Dina Schneidman
6  * Copyright 2007-2022 IMP Inventors. All rights reserved.
7  *
8  */
9 
10 #ifndef IMPKINEMATICS_RMSD_CLUSTERING_H
11 #define IMPKINEMATICS_RMSD_CLUSTERING_H
12 
13 #include <IMP/kinematics/kinematics_config.h>
14 
16 #include <IMP/algebra/distance.h>
17 
18 #include <vector>
19 
20 IMPKINEMATICS_BEGIN_NAMESPACE
21 
22 IMPKINEMATICSEXPORT
23 unsigned int rmsd_clustering(const std::vector<IMP::algebra::Vector3Ds>& coords_vec,
24  std::vector<int>& out_cluster_numbers,
25  float rmsd_thr, bool compute_trans);
26 
27 IMPKINEMATICS_END_NAMESPACE
28 
29 #endif /* IMPKINEMATICS_RMSD_CLUSTERING_H */
align sets of points.
Distance metrics.