]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/ExtractEndPointsAndBifurcationsFromMinimumSpanningTree.hxx
...
[FrontAlgorithms.git] / lib / fpa / Image / ExtractEndPointsAndBifurcationsFromMinimumSpanningTree.hxx
index a089fedb84b2258ad8d611aef9b0bc4386a67dba..789d392f6a65634e186ca372921404559c31bc6b 100644 (file)
@@ -188,9 +188,11 @@ _MarkSphere(
   {
     typename _TImage::PointType pnt;
     this->m_MarkImage->TransformIndexToPhysicalPoint( spIt.GetIndex( ), pnt );
-    if( double( pnt.EuclideanDistanceTo( c ) ) <= rr || all )
+    /*
+      if( double( pnt.EuclideanDistanceTo( c ) ) <= rr || all )
       if( spIt.Get( ) == 0 )
-        spIt.Set( l );
+    */
+    spIt.Set( l );
 
   } // rof
 }