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