Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_Image_JNI / INC / cpu / CanvasImageViewers_CPU.h
diff --git a/WCudaMSE/API_Bilat_Image_JNI/INC/cpu/CanvasImageViewers_CPU.h b/WCudaMSE/API_Bilat_Image_JNI/INC/cpu/CanvasImageViewers_CPU.h
new file mode 100755 (executable)
index 0000000..7bd0463
--- /dev/null
@@ -0,0 +1,42 @@
+#ifndef CanvasImageViewers_CPU_H_
+#define CanvasImageViewers_CPU_H_
+
+#include "envImageJNI.h"
+#include "CanvasImageViewers_A.h"
+
+#include "GLImages_CPU.h"
+#include "GLImageSelections_CPU.h"
+#include "GLImageFonctionelSelections_CPU.h"
+
+/*----------------------------------------------------------------------*\
+ |*                    Declaration                                     *|
+ \*---------------------------------------------------------------------*/
+
+/*--------------------------------------*\
+ |*            Public                  *|
+ \*-------------------------------------*/
+
+namespace cpu
+    {
+
+    class CBI_IMAGE_JNI CanvasImageViewers : public CanvasImageViewers_A
+       {
+       public:
+
+           /*--------------------------------------*\
+            |*         Constructor                 *|
+            \*-------------------------------------*/
+
+           CanvasImageViewers(cpu::ImageMOOs_A* ptrImageMOO, bool useAnimation = false, bool useSelection = false);
+
+           CanvasImageViewers(cpu::ImageFonctionelMOOs_A* ptrImageFonctionel, bool useAnimation = false, bool useSelection = true);
+
+
+       };
+    }
+
+#endif 
+
+/*----------------------------------------------------------------------*\
+ |*                    End                                             *|
+ \*---------------------------------------------------------------------*/