]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTArteries/algorithms/RandomWalkLabelling.h
...
[FrontAlgorithms.git] / appli / CTArteries / algorithms / RandomWalkLabelling.h
index 1f3602a7e7e553e1884b56c5855918690ad2ab85..3661cd43ec90a4713cbe29392928a198782058a5 100644 (file)
@@ -4,7 +4,7 @@
 #ifndef __RandomWalkLabelling__h__
 #define __RandomWalkLabelling__h__
 
-#include <fpa/DataStructures/Image/Path.h>
+#include <ivq/ITK/ImagePath.h>
 #include <fpa/Filters/Image/RegionGrow.h>
 
 /**
@@ -25,7 +25,7 @@ public:
   typedef itk::SmartPointer< Self >       Pointer;
   typedef itk::SmartPointer< const Self > ConstPointer;
 
-  typedef fpa::DataStructures::Image::Path< TRawImage::ImageDimension > TPath;
+  typedef ivq::ITK::ImagePath< TRawImage::ImageDimension > TPath;
 
   typedef typename Superclass::TTraits TTraits;
   fpaTraitsMacro( typename TTraits );
@@ -55,8 +55,8 @@ public:
   itkGetConstMacro( MaxCost, TScalar );
   itkSetMacro( MaxCost, TScalar );
 
-  fpaFilterInputMacro( InputCosts, TCostsImage );
-  fpaFilterInputMacro( InputPath, TPath );
+  ivqITKInputMacro( InputCosts, TCostsImage );
+  ivqITKInputMacro( InputPath, TPath );
 
 public:
   void SetInputImage( const TRawImage* i );