Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / Student_OMP_Image / src / cpp / core / 01_Rippling / d_provider / RipplingProvider.h
1 #ifndef RIPPLING_PROVIDER_H_
2 #define RIPPLING_PROVIDER_H_
3
4 #include "RipplingImage.h"
5
6 /*----------------------------------------------------------------------*\
7 |* Declaration *|
8 \*---------------------------------------------------------------------*/
9
10 /*--------------------------------------*\
11 |* Public *|
12 \*-------------------------------------*/
13
14 class RipplingProvider
15 {
16 public:
17
18 static RipplingImage* create(void);
19
20 };
21
22 #endif
23
24 /*----------------------------------------------------------------------*\
25 |* End *|
26 \*---------------------------------------------------------------------*/
27