]> Creatis software - clitk.git/blobdiff - vv/vvImageContour.h
invert VF on given image grid
[clitk.git] / vv / vvImageContour.h
index 1cf2e569b9df57def7a2312176f0b107cac369f7..d2be5129a6e00d6bb1d7c63dbe7f5b1ff1815b56 100644 (file)
@@ -71,7 +71,7 @@ protected:
   void UpdateWithPreserveMemoryMode();
   void UpdateWithFastCacheMode();
   void CreateNewActor(int numImage);
-  void UpdateActor(vtkActor * actor, vtkMarchingSquares * squares, vtkImageClip * clipper,
+  void UpdateActor(vtkActor * actor, vtkPolyDataMapper * mapper, vtkMarchingSquares * squares, vtkImageClip * clipper,
                    double threshold, int orientation, int slice);
   void CreateActor(int orientation, int slice);
   int ComputeCurrentOrientation();
@@ -79,6 +79,7 @@ protected:
 private:
   vvImageContour();
   ~vvImageContour();
+    int mPreviousTslice;
 }; // end class vvImageContour
 //------------------------------------------------------------------------------