My Project
Main Page
Classes
Files
File List
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
14
class
DOPEInterface
{
15
public
:
16
DOPEInterface
();
17
virtual
~
DOPEInterface
();
18
double
eval(
const
string
& pdbname);
19
double
eval();
20
};
21
22
#endif
/* DOPEINTERFACE_H_ */
Generated on Sat Mar 23 2013 13:58:27 for My Project by
1.8.3.1-20130209