X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvImageContour.h;h=d2be5129a6e00d6bb1d7c63dbe7f5b1ff1815b56;hb=51082686b13ac97fff652073cc751698dab07161;hp=1cf2e569b9df57def7a2312176f0b107cac369f7;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/vv/vvImageContour.h b/vv/vvImageContour.h index 1cf2e56..d2be512 100644 --- a/vv/vvImageContour.h +++ b/vv/vvImageContour.h @@ -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 //------------------------------------------------------------------------------