]> Creatis software - cpPlugins.git/blobdiff - plugins/IO/ImageJSkeletonWriter.cxx
...
[cpPlugins.git] / plugins / IO / ImageJSkeletonWriter.cxx
index 10772428a7d44e9248bef47e093a419253784b7d..b6c279d060b9953209ab97d7215305ac8ad0650b 100644 (file)
@@ -67,15 +67,9 @@ _GD0( _TSkeleton* skeleton )
   auto mIt = skeleton->BeginEdgesRows( );
   for( ; mIt != skeleton->EndEdgesRows( ); ++mIt )
   {
-    /* TODO
-       mIt->first; --> this is the row index. <--
-    */
     auto rIt = mIt->second.begin( );
     for( ; rIt != mIt->second.end( ); ++rIt )
     {
-      /* TODO
-         rIt->first;  --> this is the column index.
-      */
       auto eIt = rIt->second.begin( );
       for( ; eIt != rIt->second.end( ); ++eIt )
       {