]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Common/SliceBySliceRandomWalker.h
...
[FrontAlgorithms.git] / lib / fpa / Common / SliceBySliceRandomWalker.h
index 48f2bedf8e2375b3e86a4131b5e36dea8f644c22..f16fe647870bf84a48461c082767d5ff307e2186 100644 (file)
@@ -61,19 +61,11 @@ namespace fpa
         );
 
       template< class _TBinaryTree, class _TData3D, class _TFusion >
-      void _GoDown(
+      void _RandomWalker(
         _TBinaryTree& binaryTree,
         const _TData3D& data3D,
         const _TFusion& fusion,
-        int numSlices
-        );
-
-      template< class _TBinaryTree, class _TData3D, class _TFusion >
-      void _GoUp(
-        _TBinaryTree& binaryTree,
-        const _TData3D& data3D,
-        const _TFusion& fusion,
-        int numSlices
+        bool down
         );
 
     private: