10 #ifndef IMPKINEMATICS_RMSD_CLUSTERING_H
11 #define IMPKINEMATICS_RMSD_CLUSTERING_H
13 #include <IMP/kinematics/kinematics_config.h>
20 IMPKINEMATICS_BEGIN_NAMESPACE
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);
27 IMPKINEMATICS_END_NAMESPACE