Début du TP convolution. Pour l'instant uniquement lecture d'une vidéo.
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 02_Mandelbrot_Julia / moo / host / Fractal.h
index 41813e2..e9299a0 100755 (executable)
@@ -37,6 +37,7 @@ class FractalMandelbrot : public Fractal
     {\r
     public:\r
         FractalMandelbrot(int w, int h, int dn, bool multiGPU = false);\r
+        ~FractalMandelbrot();\r
         void animationStep();\r
 \r
         std::vector<std::string> getNames();\r