X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FAPI_Bilat_Image_FreeGlut%2FINC%2Fcpu%2FGLUTImageViewers_CPU.h;fp=WCudaMSE%2FAPI_Bilat_Image_FreeGlut%2FINC%2Fcpu%2FGLUTImageViewers_CPU.h;h=68c46840661ca4cf88615be0907d8c7fc63c1ef2;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/API_Bilat_Image_FreeGlut/INC/cpu/GLUTImageViewers_CPU.h b/WCudaMSE/API_Bilat_Image_FreeGlut/INC/cpu/GLUTImageViewers_CPU.h new file mode 100755 index 0000000..68c4684 --- /dev/null +++ b/WCudaMSE/API_Bilat_Image_FreeGlut/INC/cpu/GLUTImageViewers_CPU.h @@ -0,0 +1,45 @@ +#ifndef GLUT_IMAGE_VIEWERS_GPU_H +#define GLUT_IMAGE_VIEWERS_CPU_H + +#include "envImage_FreeGlut.h" +#include "GLUTImageViewers_A.h" +#include "GLUTWindowImage.h" +#include "ImageMOOs_I.h" + +//cpu +#include "GLImageFonctionelSelections_CPU.h" +#include "ImageFonctionelMOOs_A_CPU.h" + +/*----------------------------------------------------------------------*\ + |* Declaration *| + \*---------------------------------------------------------------------*/ + +/*--------------------------------------*\ + |* Public *| + \*-------------------------------------*/ + +namespace cpu + { + class CBI_IMAGE_FREE_GLUT GLUTImageViewers: public GLUTImageViewers_A + { + + /*--------------------------------------*\ + |* Constructor *| + \*-------------------------------------*/ + + public: + + GLUTImageViewers(cpu::ImageMOOs_A* ptrImageMOO, bool useAnimation = false, bool useSelection = false, int pxFrame = 0, int pyFrame = 0); + + GLUTImageViewers(cpu::ImageFonctionelMOOs_A* ptrImageFonctionel, bool useAnimation = false, bool useSelection = true, int pxFrame = 0, int pyFrame = + 0); + + }; + + } + +#endif +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/ +