Lines Matching defs:botRightIndex
296 *botRightIndex is assumed to be above or equal the last gridline
300 *if botRightIndex<topRightIndex, then no connected componenet exists, and
302 *Othewise, botRightIndex>= topRightIndex, there is at least one triangles to
307 Int botRightIndex,
315 //sstop conditionL: if topRightIndex > botRightIndex, then stop
316 if(topRightIndex > botRightIndex)
325 rightChain->getVertex(botRightIndex)[1] >= rightGridChain->get_v_value(rightGridChainEndIndex));
333 if(index1 > botRightIndex)
351 sampleRightStripRecF(rightChain, index1, botRightIndex, rightGridChain, rightGridChainStartIndex+1, rightGridChainEndIndex, pStream);
353 else if(index1 < botRightIndex)
375 sampleRightStripRecF(rightChain, index1+1, botRightIndex, rightGridChain, index2, rightGridChainEndIndex, pStream);