]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_ROI.cxx
minor fixes
[clitk.git] / common / clitkDicomRT_ROI.cxx
index e9cc0d5190c19926705f1ecc0ae927b7f39ecc48..eb1510530450cc50fd437f5534024cace98897ca 100644 (file)
@@ -173,7 +173,10 @@ vtkPolyData * clitk::DicomRT_ROI::GetMesh()
   return mMesh;
 }
 //--------------------------------------------------------------------
-
+clitk::DicomRT_Contour * clitk::DicomRT_ROI::GetContour(int n)
+{
+  return mListOfContours[n];
+}
 
 //--------------------------------------------------------------------
 void clitk::DicomRT_ROI::ComputeMesh()