From c776da5577fe8101676fb5d3d6978f2efcf74a17 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Thu, 20 Jun 2013 12:30:31 +0200 Subject: [PATCH] Temporary comment for roi color --- common/clitkDicomRT_ROI.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) 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); -- 2.47.1