Ajout du squelette de Newton.
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 03_Newton / provider / NewtonProvider.h
diff --git a/WCudaMSE/Student_Cuda_Image/src/cpp/core/03_Newton/provider/NewtonProvider.h b/WCudaMSE/Student_Cuda_Image/src/cpp/core/03_Newton/provider/NewtonProvider.h
new file mode 100755 (executable)
index 0000000..06d19e1
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef NEWTON_PROVIDER_H_\r
+#define NEWTON_PROVIDER_H_\r
+\r
+#include "Newton.h"\r
+#include "ImageFonctionel.h"\r
+\r
+class NewtonProvider\r
+    {\r
+    public:\r
+       static Newton* create();\r
+       static ImageFonctionel* createGL();\r
+    };\r
+\r
+#endif\r