]> Creatis software - FrontAlgorithms.git/blobdiff - plugins/ImageAlgorithms/Dijkstra.cxx
...
[FrontAlgorithms.git] / plugins / ImageAlgorithms / Dijkstra.cxx
index 7d4fe1edac38094020468f533a158550a974bb6a..33e2ab41c8717c5a9ab8936007c689194718b01a 100644 (file)
@@ -93,6 +93,7 @@ _GD1( _TInputImage* image )
     filter->AddSeed( seed, ( typename _TOutputImage::PixelType )( 0 ) );
   filter->Update( );
   this->GetOutput( "Output" )->SetITK( filter->GetOutput( ) );
+  this->GetOutput( "MST" )->SetITK( filter->GetMinimumSpanningTree( ) );
 }
 
 // eof - $RCSfile$