My Project
 All Classes
DOPEInterface.h
1 /*
2  * DOPEInterface.h
3  *
4  * Created on: Feb 3, 2013
5  * Author: Yajia
6  */
7 
8 #ifndef DOPEINTERFACE_H_
9 #define DOPEINTERFACE_H_
10 
11 #include <iostream>
12 using namespace std;
13 
15 public:
16  DOPEInterface();
17  virtual ~DOPEInterface();
18  double eval(const string& pdbname);
19  double eval();
20 };
21 
22 #endif /* DOPEINTERFACE_H_ */