X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvImageContour.h;h=2c92abb07551028e6d0794dd99379ee2ceb6ec6f;hb=f919b21c1ae12c0b81b653dcd00db5eaaad5a343;hp=d35ce4bd2255b5aeba33ecd203ac94853cffdce6;hpb=12be037aac07fd0f9cb046e78e983ed95f89d877;p=clitk.git diff --git a/vv/vvImageContour.h b/vv/vvImageContour.h index d35ce4b..2c92abb 100644 --- a/vv/vvImageContour.h +++ b/vv/vvImageContour.h @@ -43,6 +43,7 @@ public: void SetLineWidth(double w); void SetImage(vvImage * image); void SetPreserveMemoryModeEnabled(bool b); + void SetDepth(double d) { mDepth = d; } protected: vvSlicer * mSlicer; @@ -54,6 +55,7 @@ protected: bool mHiddenImageIsUsed; vvImage * mHiddenImage; bool mDisplayModeIsPreserveMemory; + double mDepth; // For preserveMemory mode std::vector > mSquaresActorList; @@ -79,6 +81,7 @@ protected: private: vvImageContour(); ~vvImageContour(); + int mPreviousTslice; }; // end class vvImageContour //------------------------------------------------------------------------------