]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/MinimumSpanningTree.hxx
...
[FrontAlgorithms.git] / lib / fpa / Image / MinimumSpanningTree.hxx
index a4dc47ec98a0565fa7ad487ea9dbbdb6709c1961..616365ef18689afb8065b958130fd9f9da0cc943 100644 (file)
@@ -142,6 +142,7 @@ _Path( TVertices& path, const TVertex& a ) const
       it += this->GetPixel( it ).Parent;
 
     } while( this->GetPixel( it ).Parent != zero );
+    path.push_back( it );
 
   } // fi
 }