]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_ROI_ConvertToImageFilter.h
Fix for bug Bug #670: closing and opening do the same as successive
[clitk.git] / common / clitkDicomRT_ROI_ConvertToImageFilter.h
index 33d74b63df6acde0dd1027bdcc819b262deb27e3..cb06933a59ad9506a68ba55f05d15e8b6d9ca59b 100644 (file)
@@ -4,7 +4,7 @@
 
   Authors belongs to: 
   - University of LYON           http://www.universite-lyon.fr/
-  - Léon Bérard cancer center    http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center    http://www.centreleonberard.fr
   - CREATIS CNRS laboratory      http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
@@ -56,7 +56,7 @@ namespace clitk {
     std::vector<double> mOrigin;
     std::vector<unsigned long> mSize;
     clitk::DicomRT_ROI * mROI;
-    vtkImageData * mBinaryImage;
+    vtkSmartPointer<vtkImageData> mBinaryImage;
   };
   //--------------------------------------------------------------------