My Project
 All Classes Functions
RMSDCalculator.h
1 /*
2  * RMSDCalculator.h
3  *
4  * Created on: Aug 29, 2012
5  * Author: Yajia
6  */
7 
8 #ifndef RMSDCALCULATOR_H_
9 #define RMSDCALCULATOR_H_
10 #include <vector.h>
11 using namespace std;
12 
14 public:
16  virtual ~RMSDCalculator();
17  static void getRMSD(const char* protein_file, const char* folderfile, const char* output, const int start, const int end);
18 };
19 
20 #endif /* RMSDCALCULATOR_H_ */