Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_Cuda_smart_switch / src / core / switch / header / Image_GL / ImageFonctionelMOOs_A.h
1 #ifndef IMAGEFONCTIONELMOOS_A_H_
2 #define IMAGEFONCTIONELMOOS_A_H_
3
4
5 /*----------------------------------------------------------------------*\
6 |* Declaration *|
7 \*---------------------------------------------------------------------*/
8
9 /*--------------------------------------*\
10 |* Public *|
11 \*-------------------------------------*/
12
13 #ifndef CBI_NO_CUDA // pour compilation avec cuda
14
15 #include "ImageFonctionelMOOs_A_GPU.h"
16 #include "prioriteGPU.h"
17
18 #else // pour compilation sans cuda
19 #include "ImageFonctionelMOOs_A_CPU.h"
20 #include "prioriteCPU.h"
21
22 #endif
23
24 #endif
25
26 /*----------------------------------------------------------------------*\
27 |* End *|
28 \*---------------------------------------------------------------------*/