Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / Tuto_Image_Cuda / src / cpp / core / 02_Damier_Zoomable / provider / DamierProvider.h
1 #ifndef DAMIER_PROVIDER_H_
2 #define DAMIER_PROVIDER_H_
3
4 #include "Damier.h"
5 #include "ImageFonctionel.h"
6
7 /*----------------------------------------------------------------------*\
8 |* Declaration *|
9 \*---------------------------------------------------------------------*/
10
11 /*--------------------------------------*\
12 |* Public *|
13 \*-------------------------------------*/
14
15 class DamierProvider
16 {
17 public:
18
19 static Damier* create(void);
20 static ImageFonctionel* createGL(void);
21
22
23 };
24
25 #endif
26
27 /*----------------------------------------------------------------------*\
28 |* End *|
29 \*---------------------------------------------------------------------*/
30