From: David Sarrut Date: Thu, 20 Jun 2013 10:30:31 +0000 (+0200) Subject: Temporary comment for roi color X-Git-Tag: v1.4.0~200 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c776da5577fe8101676fb5d3d6978f2efcf74a17;p=clitk.git Temporary comment for roi color --- diff --git a/common/clitkDicomRT_ROI.cxx b/common/clitkDicomRT_ROI.cxx index b661353..1fd9fe1 100644 --- a/common/clitkDicomRT_ROI.cxx +++ b/common/clitkDicomRT_ROI.cxx @@ -475,6 +475,16 @@ void clitk::DicomRT_ROI::Read(vtkSmartPointer & reader, i //mColor = //FIXME !! + // gdcm::Attribute<0x3006,0x002a> color = {}; + + // const gdcm::DataSet & nestedds = mItemContour->GetNestedDataSet(); + // color.SetFromDataSet( nestedds ); + // assert( color.GetNumberOfValues() == 3 ); + // mColor[0] = color.GetValue(0); + // mColor[1] = color.GetValue(1); + // mColor[2] = color.GetValue(2); + + SetDicomUptodateFlag(true); // Get the contour mMesh = reader->GetOutput(roiindex);