]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/ExtractPathFromMinimumSpanningTree.h
more experiments...
[FrontAlgorithms.git] / lib / fpa / Base / ExtractPathFromMinimumSpanningTree.h
index e29a87df9cac7e8b2d314fe0835ada07046fcd4f..4566077353363f9ae1e8219fb25c57cbc0713507 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <set>
 #include <itkProcessObject.h>
-#include <itkPolyLineParametricPath.h>
+#include <cpExtensions/DataStructures/PolyLineParametricPath.h>
 
 namespace fpa
 {
@@ -21,9 +21,11 @@ namespace fpa
       typedef itk::SmartPointer< Self >          Pointer;
       typedef itk::SmartPointer< const Self >    ConstPointer;
 
-      typedef T                                  TMinimumSpanningTree;
-      typedef typename T::TVertex                             TVertex;
-      typedef itk::PolyLineParametricPath< TVertex::Dimension > TPath;
+      typedef T                   TMinimumSpanningTree;
+      typedef typename T::TVertex TVertex;
+      typedef
+      cpExtensions::DataStructures::PolyLineParametricPath< TVertex::Dimension >
+      TPath;
 
     public:
       itkNewMacro( Self );