Mercurial > hg > match-vamp
diff src/Finder.cpp @ 171:bb4507f24dc9 structure
Tidy up
author | Chris Cannam |
---|---|
date | Fri, 06 Feb 2015 13:07:30 +0000 |
parents | 2b61e0cb6847 |
children | 30d59e1e4232 |
line wrap: on
line diff
--- a/src/Finder.cpp Fri Feb 06 11:46:23 2015 +0000 +++ b/src/Finder.cpp Fri Feb 06 13:07:30 2015 +0000 @@ -131,6 +131,13 @@ } Matcher::Advance +Finder::getExpandDirection() +{ + return getExpandDirection(m_m->getFrameCount() - 1, + m_m->getOtherFrameCount() - 1); +} + +Matcher::Advance Finder::getExpandDirection(int row, int col) { // To determine which direction to expand the search area in, we