diff src/Matcher.h @ 205:010b91e44098 memory

Rename getRowRange/getColRange to make nature of arg clearer
author Chris Cannam
date Fri, 27 Feb 2015 12:21:58 +0000
parents 3662865740da
children 6373d14deace
line wrap: on
line diff
--- a/src/Matcher.h	Fri Feb 27 12:20:32 2015 +0000
+++ b/src/Matcher.h	Fri Feb 27 12:21:58 2015 +0000
@@ -188,7 +188,7 @@
      *  Matcher. Note that the last frame is exclusive (last valid
      *  frame + 1).
      */
-    std::pair<int, int> getColRange(int i);
+    std::pair<int, int> getColRangeForRow(int i);
 
     /** Returns the valid range of rows for the given column, that is,
      *  the range of frames in this Matcher for the given frame in the
@@ -199,7 +199,7 @@
      *  Matcher. Note that the last frame is exclusive (last valid
      *  frame + 1).
      */
-    std::pair<int, int> getRowRange(int i);
+    std::pair<int, int> getRowRangeForCol(int i);
     
     /** Retrieves a value from the distance matrix.
      *