My Project
Main Page
Classes
Files
File List
All
Classes
Functions
SamplingViewer.h
1
/*
2
* SamplingViewer.h
3
*
4
* Created on: Jun 11, 2012
5
* Author: Yajia
6
*/
7
8
#ifndef SAMPLINGVIEWER_H_
9
#define SAMPLINGVIEWER_H_
10
11
#include "PChainNavigator.h"
12
#include "SLIKMC.h"
13
14
class
SamplingViewer
:
public
PChainNavigator {
15
public
:
16
SamplingViewer
( PProtein* protein);
17
virtual
~
SamplingViewer
();
18
void
Handle_Keypress(
unsigned
char
key,
int
x,
int
y);
19
20
private
:
21
SLIKMCSampler
* gs;
22
};
23
24
#endif
/* SAMPLINGVIEWER_H_ */
Generated on Sun Mar 24 2013 23:33:02 for My Project by
1.8.3.1-20130209