]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Filters/Image/ExtractAxis.h
...
[FrontAlgorithms.git] / lib / fpa / Filters / Image / ExtractAxis.h
index a36991f0e47573333dd8f19f7d864ccc934da653..cced4a30ef5c75e9f207c690f2cf4c13de3dc8a5 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <itkProcessObject.h>
 #include <itkImageToImageFilter.h>
-#include <fpa/DataStructures/Image/PolyLineParametricPath.h>
+#include <fpa/DataStructures/Image/Path.h>
 #include <fpa/Filters/Image/Dijkstra.h>
 
 namespace fpa
@@ -23,7 +23,7 @@ namespace fpa
         : public itk::ProcessObject
       {
       public:
-        typedef ExtractAxis               Self;
+        typedef ExtractAxis                     Self;
         typedef itk::ProcessObject              Superclass;
         typedef itk::SmartPointer< Self >       Pointer;
         typedef itk::SmartPointer< const Self > ConstPointer;
@@ -42,7 +42,7 @@ namespace fpa
         typedef itk::Image< TScalar, Self::Dimension > TScalarImage;
         typedef itk::ImageToImageFilter< TInputImage, TScalarImage > TCenterness;
 
-        typedef fpa::DataStructures::Image::PolyLineParametricPath< Self::Dimension > TPath;
+        typedef fpa::DataStructures::Image::Path< Self::Dimension > TPath;
         typedef fpa::Filters::Image::Dijkstra< TScalarImage, TScalarImage > TDijkstra;
 
       public: