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