Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / Student_OMP_Image / src / cpp / core / 01_Rippling / d_provider / RipplingProvider.h
diff --git a/WCudaMSE/Student_OMP_Image/src/cpp/core/01_Rippling/d_provider/RipplingProvider.h b/WCudaMSE/Student_OMP_Image/src/cpp/core/01_Rippling/d_provider/RipplingProvider.h
new file mode 100755 (executable)
index 0000000..07b3b30
--- /dev/null
@@ -0,0 +1,27 @@
+#ifndef RIPPLING_PROVIDER_H_\r
+#define RIPPLING_PROVIDER_H_\r
+\r
+#include "RipplingImage.h"\r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    Declaration                                     *|\r
+ \*---------------------------------------------------------------------*/\r
+\r
+/*--------------------------------------*\\r
+ |*            Public                  *|\r
+ \*-------------------------------------*/\r
+\r
+class RipplingProvider\r
+    {\r
+    public:\r
+\r
+       static RipplingImage* create(void);\r
+\r
+    };\r
+\r
+#endif\r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    End                                             *|\r
+ \*---------------------------------------------------------------------*/\r
+\r