X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvImageContour.h;h=aa786bfa575a74cea1498dff8a0e806c77fddef8;hb=HEAD;hp=d2be5129a6e00d6bb1d7c63dbe7f5b1ff1815b56;hpb=dd8a36ea0968ce26b9f25166c1c62354cbb4717b;p=clitk.git diff --git a/vv/vvImageContour.h b/vv/vvImageContour.h index d2be512..aa786bf 100644 --- a/vv/vvImageContour.h +++ b/vv/vvImageContour.h @@ -41,8 +41,10 @@ public: void ShowActors(); void SetColor(double r, double g, double b); void SetLineWidth(double w); - void SetImage(vvImage * image); + void SetImage(vvImage::Pointer image); void SetPreserveMemoryModeEnabled(bool b); + void SetDepth(double d); + void RemoveActors(); protected: vvSlicer * mSlicer; @@ -52,8 +54,9 @@ protected: int mPreviousTSlice; double mPreviousValue; bool mHiddenImageIsUsed; - vvImage * mHiddenImage; + vvImage::Pointer mHiddenImage; bool mDisplayModeIsPreserveMemory; + double mDepth; // For preserveMemory mode std::vector > mSquaresActorList;