Clustering de Proteine
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
clustering
clustering.h
Go to the documentation of this file.
1
#ifndef CLUSTERING_H
2
#define CLUSTERING_H
3
4
5
#include "
cluster.h
"
6
7
#include "
mypdbreader/pdbreader.h
"
8
#include "
mypdbreader/model.h
"
9
#include <string>
10
11
12
class
Clustering
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
;
27
int
modele_courant
;
28
};
29
30
#endif // CLUSTERING_H
Generated on Wed Apr 2 2014 08:37:23 for Clustering de Proteine by
1.8.4