Lines Matching refs:getNumElements
870 if(botLeftIndex >= leftChain->getNumElements() ||
871 botRightIndex >= rightChain->getNumElements())
897 botLeft2 = leftChain->findIndexFirstAboveEqualGen(leftGridChain->get_v_value(lowerGridIndex), botLeftIndex, leftChain->getNumElements()-1) -1 ;
901 printf("leftChain->getNumElements=%i\n", leftChain->getNumElements());
904 botRight2 = rightChain->findIndexFirstAboveEqualGen(leftGridChain->get_v_value(lowerGridIndex), botRightIndex, rightChain->getNumElements()-1) -1;
947 assert(botLeftIndex < leftChain->getNumElements() &&
948 botRightIndex < rightChain->getNumElements());
959 rightLastIndex=rightChain->findIndexAboveGen(leftChain->getVertex(botLeftIndex)[1], botRightIndex+1, rightChain->getNumElements()-1);
968 leftChain->getNumElements()-1);
1460 leftChain->getNumElements()-1,
1462 rightChain->getNumElements()-1,
1479 leftChain, leftStartIndex, leftChain->getNumElements()-1,
1480 rightChain, rightStartIndex, rightChain->getNumElements()-1,
1526 leftChain->getNumElements()-1);
1530 rightChain->getNumElements()-1);
1538 if(botLeftIndex == leftChain->getNumElements() ||
1539 botRightIndex == rightChain->getNumElements())
1548 botLeftIndex = leftChain->getNumElements()-1;
1549 botRightIndex = rightChain->getNumElements()-1;