Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_Image_FreeGlut_Cuda / INC / GLUTImageViewers_GPU.h
1 #ifndef GLUT_IMAGE_VIEWERS_GPU_H
2 #define GLUT_IMAGE_VIEWERS_GPU_H
3
4 #include "envImageFreeGlutCuda.h"
5 #include "GLUTImageViewers_A.h"
6
7 //gpu
8 #include "GLImageFonctionelSelections_GPU.h"
9 #include "ImageFonctionelMOOs_A_GPU.h"
10
11 /*----------------------------------------------------------------------*\
12 |* Declaration *|
13 \*---------------------------------------------------------------------*/
14
15 /*--------------------------------------*\
16 |* Public *|
17 \*-------------------------------------*/
18
19 namespace gpu
20 {
21 class CBI_IMAGE_FREE_GLUT_CUDA GLUTImageViewers: public GLUTImageViewers_A
22 {
23
24 /*--------------------------------------*\
25 |* Constructor *|
26 \*-------------------------------------*/
27
28 public:
29
30 GLUTImageViewers(gpu::ImageMOOs_A* ptrImageMOO, bool useAnimation = false, bool useSelection = false, int pxFrame = 0, int pyFrame = 0);
31
32 GLUTImageViewers(gpu::ImageFonctionelMOOs_A* ptrImageFonctionel, bool useAnimation = false, bool useSelection = true, int pxFrame = 0, int pyFrame = 0);
33
34
35 };
36 }
37 #endif
38 /*----------------------------------------------------------------------*\
39 |* End *|
40 \*---------------------------------------------------------------------*/
41