Ajout du squelette de Newton.
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 03_Newton / provider / NewtonProvider.h
1 #ifndef NEWTON_PROVIDER_H_
2 #define NEWTON_PROVIDER_H_
3
4 #include "Newton.h"
5 #include "ImageFonctionel.h"
6
7 class NewtonProvider
8 {
9 public:
10 static Newton* create();
11 static ImageFonctionel* createGL();
12 };
13
14 #endif