Clustering de Proteine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
clustering.h
Go to the documentation of this file.
1 #ifndef CLUSTERING_H
2 #define CLUSTERING_H
3 
4 
5 #include "cluster.h"
6 
8 #include "mypdbreader/model.h"
9 #include <string>
10 
11 
13 {
14  pdbreader *fichierPDB;
15 
16 
17 
18 
19 public:
20  Clustering(std::string fichier);
21  ~Clustering();
22  void calculerRMSD();
23  double getRMSD(int x,int y);
24  void fusionnerCluster();
25 
26  double **matriceRMSD;
28 };
29 
30 #endif // CLUSTERING_H