Début du TP convolution. Pour l'instant uniquement lecture d'une vidéo.
[GPU.git] / WCudaMSE / BilatTools_Cuda_Image / src / core / cudaImageTools / bitmap / header / Image.h
index 69729c6..b599f8c 100755 (executable)
@@ -41,19 +41,21 @@ class Image: public ImageMOOs_A
 \r
     public:\r
 \r
-       void fillImageGL(uchar4* ptrDevImageGL, int w, int h); // override\r
-       void animationStep(bool& isNeedUpdateView); // override\r
-       void paintPrimitives(Graphic2Ds& graphic2D); // override\r
+       virtual void fillImageGL(uchar4* ptrDevImageGL, int w, int h); // override\r
+       virtual void animationStep(bool& isNeedUpdateView); // override\r
+       virtual void paintPrimitives(Graphic2Ds& graphic2D); // override\r
 \r
        /*--------------------------------------*\\r
        |*              Attributs               *|\r
        \*-------------------------------------*/\r
 \r
-    private:\r
-\r
+    protected:\r
        // Input\r
        Animable_I* ptrAnimable;\r
        ColorRGB_01* ptrColorTitreRGB;\r
+\r
+        std::vector<std::string> valueNames;\r
+        float* values;\r
     };\r
 \r
 #endif\r