Mercurial > hg > match-vamp
diff src/Finder.h @ 171:bb4507f24dc9 structure
Tidy up
author | Chris Cannam |
---|---|
date | Fri, 06 Feb 2015 13:07:30 +0000 |
parents | 28c73e5db2eb |
children | eeed3498fe96 |
line wrap: on
line diff
--- a/src/Finder.h Fri Feb 06 11:46:23 2015 +0000 +++ b/src/Finder.h Fri Feb 06 13:07:30 2015 +0000 @@ -71,6 +71,12 @@ /** * Calculate which direction to expand the search area in, given + * its current extents. + */ + Matcher::Advance 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);