]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Filters/Image/ExtractAxis.h
...
[FrontAlgorithms.git] / lib / fpa / Filters / Image / ExtractAxis.h
index cced4a30ef5c75e9f207c690f2cf4c13de3dc8a5..c6c3a4b24f0c9fdd37f6e89acdae18ab5bf0fad2 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <itkProcessObject.h>
 #include <itkImageToImageFilter.h>
-#include <fpa/DataStructures/Image/Path.h>
+#include <ivq/ITK/ImagePath.h>
 #include <fpa/Filters/Image/Dijkstra.h>
 
 namespace fpa
@@ -42,7 +42,7 @@ namespace fpa
         typedef itk::Image< TScalar, Self::Dimension > TScalarImage;
         typedef itk::ImageToImageFilter< TInputImage, TScalarImage > TCenterness;
 
-        typedef fpa::DataStructures::Image::Path< Self::Dimension > TPath;
+        typedef ivq::ITK::ImagePath< Self::Dimension > TPath;
         typedef fpa::Filters::Image::Dijkstra< TScalarImage, TScalarImage > TDijkstra;
 
       public: