From: tbaudier Date: Thu, 17 Jan 2019 15:34:32 +0000 (+0100) Subject: Correct roi name into DicomRTStruct X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d9c8c6e6c759655fc24d05d47b962d2ba574b95d;hp=706d7e2dc69e12b3823cfae2f3be3f903e4d3c80;p=clitk.git Correct roi name into DicomRTStruct Replace RoiName by RoiType because into the DicomRTStruct, before, it displayed the RoiName (name of the file) instead of the name of the ROI (RoiType) --- diff --git a/common/clitkImage2DicomRTStructFilter.txx b/common/clitkImage2DicomRTStructFilter.txx index 7325b69..17757c8 100644 --- a/common/clitkImage2DicomRTStructFilter.txx +++ b/common/clitkImage2DicomRTStructFilter.txx @@ -242,7 +242,7 @@ void clitk::Image2DicomRTStructFilter::Update() writer->InitializeRTStructSet(m_DicomFolder, reader->GetRTStructSetProperties()->GetStructureSetLabel(), reader->GetRTStructSetProperties()->GetStructureSetName(), - roiNames, roiAlgorithms, roiTypes); + roiTypes, roiAlgorithms, roiTypes); writer->Write(); reader->Delete(); roiNames->Delete();