X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkImage2DicomRTStructFilter.txx;h=17757c8fc008e1c2560b2cde09b0d0a4117c8070;hb=7d4e77191e55f668f316ba3ddf0fddb63e59bd25;hp=7325b69edfc81fd9bafb3d297ed09b40e51c7092;hpb=a9d632132fa5c0da47d7b3079ccca9d673381a1e;p=clitk.git 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();