Lines Matching defs:tempMax
527 Real tempMax = leftChain->getVertex(tempI)[0];
529 if(leftChain->getVertex(i)[0] > tempMax)
532 tempMax = leftChain->getVertex(i)[0];
545 else if(botVertex[0] > tempMax)
565 Real tempMax;
569 tempMax = leftChain->getVertex(index1)[0];
577 if(leftChain->getVertex(i)[0]>tempMax)
580 tempMax = leftChain->getVertex(i)[0];
590 else if(tempMax >= rightChain->getVertex(index2)[0] ||
591 tempMax >= uright
730 Real tempMax = leftChain->getVertex(index1)[0];
735 if(leftChain->getVertex(i)[0] > tempMax)
738 tempMax = leftChain->getVertex(i)[0];
751 else if(topVertex[0] > tempMax)
766 Real tempMax;
770 tempMax = leftChain->getVertex(index1)[0];
778 if(leftChain->getVertex(i)[0]>tempMax)
781 tempMax = leftChain->getVertex(i)[0];
790 else if(tempMax >= rightChain->getVertex(index2)[0] ||
791 tempMax >= uright)