7774169e4e768d74c885a4955ff1c23c4212c033
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 01_Rippling / provider / RipplingProvider.h
1 #ifndef RIPPLING_PROVIDER_H_
2 #define RIPPLING_PROVIDER_H_
3
4 #include "Rippling.h"
5 #include "Image.h"
6
7 /*----------------------------------------------------------------------*\
8 |* Declaration *|
9 \*---------------------------------------------------------------------*/
10
11 /*--------------------------------------*\
12 |* Public *|
13 \*-------------------------------------*/
14
15 class RipplingProvider
16 {
17 public:
18
19 static Rippling* createMOO(void);
20 static Image* createGL(void);
21
22 };
23
24 #endif
25
26 /*----------------------------------------------------------------------*\
27 |* End *|
28 \*---------------------------------------------------------------------*/
29