]> Creatis software - clitk.git/blobdiff - vv/vvImageContour.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvImageContour.h
index c66a9a3bfb372c3098f3cf6b42a73b117fb8db1d..aa786bfa575a74cea1498dff8a0e806c77fddef8 100644 (file)
@@ -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;