]> Creatis software - clitk.git/commitdiff
Temporary comment for roi color
authorDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Thu, 20 Jun 2013 10:30:31 +0000 (12:30 +0200)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Thu, 20 Jun 2013 10:30:31 +0000 (12:30 +0200)
common/clitkDicomRT_ROI.cxx

index b66135322a39042bfc243dae308e392a8a844b5a..1fd9fe1f1c6b806bd0f08be65c15d32d47a42f7f 100644 (file)
@@ -475,6 +475,16 @@ void clitk::DicomRT_ROI::Read(vtkSmartPointer<vtkGDCMPolyDataReader> & 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);