comparison src/Finder.cpp @ 171:bb4507f24dc9 structure

Tidy up
author Chris Cannam
date Fri, 06 Feb 2015 13:07:30 +0000
parents 2b61e0cb6847
children 30d59e1e4232
comparison
equal deleted inserted replaced
170:1af39ce8d44b 171:bb4507f24dc9
126 min = tmp; 126 min = tmp;
127 bestCol = index; 127 bestCol = index;
128 bestRow = row; 128 bestRow = row;
129 } 129 }
130 } 130 }
131 }
132
133 Matcher::Advance
134 Finder::getExpandDirection()
135 {
136 return getExpandDirection(m_m->getFrameCount() - 1,
137 m_m->getOtherFrameCount() - 1);
131 } 138 }
132 139
133 Matcher::Advance 140 Matcher::Advance
134 Finder::getExpandDirection(int row, int col) 141 Finder::getExpandDirection(int row, int col)
135 { 142 {