]> Creatis software - clitk.git/blobdiff - vv/vvAnimatedGIFWriter.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvAnimatedGIFWriter.h
index 82427791eb931ba944d87532cfe1eab214244a4c..1baf2b9359b510807bf3b58cb112bc0550934df8 100644 (file)
@@ -8,7 +8,7 @@
 
 class vtkImageAppend;
 
-class VTK_IO_EXPORT vvAnimatedGIFWriter : public vtkGenericMovieWriter
+class vvAnimatedGIFWriter : public vtkGenericMovieWriter //test this if link error...
 {
 public:
   static vvAnimatedGIFWriter *New();
@@ -32,12 +32,18 @@ public:
   vtkSetClampMacro(Loops, int, 0, 5000);
   vtkGetMacro(Loops, int);
 
+  // Description:
+  // Set/Get the dithering
+  vtkSetMacro(Dither, bool);
+  vtkGetMacro(Dither, bool);
+
 protected:
   vvAnimatedGIFWriter();
   ~vvAnimatedGIFWriter();
 
   int Rate;
   int Loops;
+  bool Dither;
 
   vtkSmartPointer<vtkImageAppend> RGBvolume;
   std::vector< vtkSmartPointer<vtkImageData> > RGBslices;