My Project
 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_ */