X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FIO%2FImageJSkeletonWriter.cxx;h=b6c279d060b9953209ab97d7215305ac8ad0650b;hb=560b80db4e0253bef4a1b7ff3afb63fd04591551;hp=10772428a7d44e9248bef47e093a419253784b7d;hpb=cd024359dba23dd50e197abf1ed7d70737deb7fd;p=cpPlugins.git diff --git a/plugins/IO/ImageJSkeletonWriter.cxx b/plugins/IO/ImageJSkeletonWriter.cxx index 1077242..b6c279d 100644 --- a/plugins/IO/ImageJSkeletonWriter.cxx +++ b/plugins/IO/ImageJSkeletonWriter.cxx @@ -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 ) {