X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FAPI_Bilat_Image_GL%2FINC%2Fcommon%2FImageObserver_I.h;fp=WCudaMSE%2FAPI_Bilat_Image_GL%2FINC%2Fcommon%2FImageObserver_I.h;h=f8dd7c0ff2f1962c8c5c943069702ec6c5e01666;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/API_Bilat_Image_GL/INC/common/ImageObserver_I.h b/WCudaMSE/API_Bilat_Image_GL/INC/common/ImageObserver_I.h new file mode 100755 index 0000000..f8dd7c0 --- /dev/null +++ b/WCudaMSE/API_Bilat_Image_GL/INC/common/ImageObserver_I.h @@ -0,0 +1,37 @@ +#ifndef IMAGE_OBSERVER_I_H +#define IMAGE_OBSERVER_I_H + +#include "envGLImage.h" + +/*----------------------------------------------------------------------*\ + |* Declaration *| + \*---------------------------------------------------------------------*/ + +/*--------------------------------------*\ + |* Public *| + \*-------------------------------------*/ + +class CBI_GLIMAGE ImageObserver_I + { + public: + /*--------------------------------------*\ + |* Destructor *| + \*-------------------------------------*/ + + virtual ~ImageObserver_I() + { + // Nothing + } + + /*--------------------------------------*\ + |* Methodes *| + \*-------------------------------------*/ + + virtual void onImageUpdate()=0; + }; + +#endif + +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/