]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTArteries/algorithms/RandomWalkSegmentation.h
...
[FrontAlgorithms.git] / appli / CTArteries / algorithms / RandomWalkSegmentation.h
index b7199decdaee3ce4fbe5f0c751c1fd884a2b0f54..eaef1deeae56d515f857a8c651f5a45a687aa2bd 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <itkImageToImageFilter.h>
 #include <fpa/Config.h>
-#include <fpa/DataStructures/Image/Path.h>
+#include <ivq/ITK/ImagePath.h>
 
 /**
  */
@@ -32,7 +32,7 @@ public:
     TPoint Point;
     bool IsPoint;
   };
-  typedef fpa::DataStructures::Image::Path< TInputImage::ImageDimension > TPath;
+  typedef ivq::ITK::ImagePath< TInputImage::ImageDimension > TPath;
 
 public:
   itkNewMacro( Self );
@@ -50,7 +50,7 @@ public:
   itkGetConstMacro( Radius, double );
   itkSetMacro( Radius, double );
 
-  fpaFilterOutputMacro( OutputAxis, TPath );
+  ivqITKOutputMacro( OutputAxis, TPath );
 
 public:
   void AddSeed( const TIndex& s );