]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Common/RandomWalker.h
...
[FrontAlgorithms.git] / lib / fpa / Common / RandomWalker.h
index 6a4afa54640d6b8dbc1a97b7335e55a280e37f79..6a703407f7757a76837527f46c930adc9a45bed8 100644 (file)
@@ -75,8 +75,8 @@ namespace fpa
       itkGetObjectMacro( EdgeFunction, TEdgeFunction );
       itkSetObjectMacro( EdgeFunction, TEdgeFunction );
 
-      fpaFilterInputMacro( InputLabels, TLabels );
-      fpaFilterOutputMacro( OutputProbabilities, TScalarImage );
+      ivqITKInputMacro( InputLabels, TLabels );
+      ivqITKOutputMacro( OutputProbabilities, TScalarImage );
 
     protected:
       RandomWalker( );