diff src/Finder.h @ 181:8e7f96432570 types

Introduce (though don't use properly) types header; get to build
author Chris Cannam
date Thu, 19 Feb 2015 16:45:42 +0000
parents eeed3498fe96
children a67663dc698d
line wrap: on
line diff
--- a/src/Finder.h	Thu Feb 19 16:14:33 2015 +0000
+++ b/src/Finder.h	Thu Feb 19 16:45:42 2015 +0000
@@ -73,13 +73,13 @@
      * Calculate which direction to expand the search area in, given
      * its current extents.
      */
-    Matcher::Advance getExpandDirection();
+    advance_t getExpandDirection();
     
     /**
      * Calculate which direction to expand the search area in, given
      * that so far it extends as far as the point at (row, col).
      */
-    Matcher::Advance getExpandDirection(int row, int col);
+    advance_t getExpandDirection(int row, int col);
     
     /** Calculates a rectangle of the path cost matrix so that the
      *  minimum cost path between the bottom left and top right
@@ -124,8 +124,8 @@
         float distance;
         double costWas;
         double costShouldBe;
-        Matcher::Advance advanceWas;
-        Matcher::Advance advanceShouldBe;
+        advance_t advanceWas;
+        advance_t advanceShouldBe;
     };
     ErrorPosition checkPathCostMatrix();
     void checkAndReport();