]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_Contour.cxx
first version of Image2DicomRT (dos not work)
[clitk.git] / common / clitkDicomRT_Contour.cxx
index a4a69dd600df11350d337434e36937e0316d5895..861717002ea65fa76b0a19ae12d62d19ea42500e 100644 (file)
@@ -145,6 +145,10 @@ bool clitk::DicomRT_Contour::Read(gdcm::Item * item)
   at.SetFromDataElement( contourdata );
   const double* points = at.GetValues();
 <<<<<<< Updated upstream
+<<<<<<< variant A
+>>>>>>> variant B
+  //  unsigned int npts = at.GetNumberOfValues() / 3;
+======= end
 =======
   //  unsigned int npts = at.GetNumberOfValues() / 3;
 >>>>>>> Stashed changes