]> Creatis software - FrontAlgorithms.git/blobdiff - examples/image/Dijkstra/ExtractAxis.cxx
...
[FrontAlgorithms.git] / examples / image / Dijkstra / ExtractAxis.cxx
index 6d94caecde3e6823b6513b5af5b29219abdc4a3d..3826de0077fc12b20c4da2e8adffa03d9c669dd1 100644 (file)
@@ -5,7 +5,7 @@
 
 #include <itkImage.h>
 #include <itkImageFileReader.h>
-#include <fpa/Common/Image/PathWriter.h>
+#include <ivq/ITK/ImagePathWriter.h>
 #include <fpa/Filters/Image/ExtractAxis.h>
 
 // -------------------------------------------------------------------------
@@ -59,7 +59,7 @@ int main( int argc, char* argv[] )
   filter->Update( );
 
   // Save results
-  typedef fpa::Common::Image::PathWriter< TFilter::TPath > TPathWriter;
+  typedef ivq::ITK::ImagePathWriter< TFilter::TPath > TPathWriter;
   TPathWriter::Pointer path_writer = TPathWriter::New( );
   path_writer->SetInput( filter->GetOutput( ) );
   path_writer->SetFileName( output_path_filename );