X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRT_ROI_ConvertToImageFilter.h;h=cb06933a59ad9506a68ba55f05d15e8b6d9ca59b;hb=3fc5b4681b8e77aaedb0ce85176686b7d8e6c68c;hp=33d74b63df6acde0dd1027bdcc819b262deb27e3;hpb=75e2e05324d6eef978c5324160dd46eaaac66ea6;p=clitk.git diff --git a/common/clitkDicomRT_ROI_ConvertToImageFilter.h b/common/clitkDicomRT_ROI_ConvertToImageFilter.h index 33d74b6..cb06933 100644 --- a/common/clitkDicomRT_ROI_ConvertToImageFilter.h +++ b/common/clitkDicomRT_ROI_ConvertToImageFilter.h @@ -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 mOrigin; std::vector mSize; clitk::DicomRT_ROI * mROI; - vtkImageData * mBinaryImage; + vtkSmartPointer mBinaryImage; }; //--------------------------------------------------------------------