X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvImageContour.h;h=aa786bfa575a74cea1498dff8a0e806c77fddef8;hb=bffde3a7ae834139793d8c00f73986879146b0e0;hp=c66a9a3bfb372c3098f3cf6b42a73b117fb8db1d;hpb=91b2582788ff5701ef76630bc8d6c8c489e38467;p=clitk.git diff --git a/vv/vvImageContour.h b/vv/vvImageContour.h index c66a9a3..aa786bf 100644 --- a/vv/vvImageContour.h +++ b/vv/vvImageContour.h @@ -41,7 +41,7 @@ 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(); @@ -54,7 +54,7 @@ protected: int mPreviousTSlice; double mPreviousValue; bool mHiddenImageIsUsed; - vvImage * mHiddenImage; + vvImage::Pointer mHiddenImage; bool mDisplayModeIsPreserveMemory; double mDepth;