Lines Matching defs:tempI
484 Int tempI = index2;
488 tempI = i;
499 ret_leftCornerIndex = index2; //should use tempI???
506 ret_leftCornerIndex = tempI;
518 Int tempI;
520 for(tempI = index1; tempI <= leftChainEndIndex; tempI++)
521 if(leftChain->getVertex(tempI)[1] < v)
523 if(tempI > leftChainEndIndex)
527 Real tempMax = leftChain->getVertex(tempI)[0];
528 for(i=tempI; i<= leftChainEndIndex; i++)
531 tempI = i;
543 ret_rightCornerIndex = index1; //should use tempI???
553 ret_rightCornerIndex = tempI;
566 Int tempI;
568 tempI = index1;
579 tempI = i;
588 ret_rightCornerIndex = index1; //should use tempI???
596 ret_rightCornerIndex = tempI;
610 Int tempI;
612 tempI = index2;
622 tempI = i;
632 ret_leftCornerIndex = index2; //should use tempI???
638 ret_leftCornerIndex = tempI;
699 Int tempI = index2;
704 tempI = i;
708 //if not, use top or right[tempI] as left corner
720 ret_leftCornerIndex = tempI;
731 Int tempI = index1;
739 tempI = i;
744 //if not, we use either top or left[tempI] as the right corner
756 ret_rightCornerIndex = tempI;
767 Int tempI;
769 tempI = index1;
780 tempI = i;
794 ret_rightCornerIndex = tempI;
808 Int tempI;
810 tempI = index2;
820 tempI = i;
835 ret_leftCornerIndex = tempI;
913 Int tempI = botLeftIndex;
914 Real temp = leftChain->getVertex(tempI)[0];
919 tempI = i;
921 neckLeft = tempI;
923 tempI = botRightIndex;
924 temp = rightChain->getVertex(tempI)[0];
929 tempI = i;
931 neckRight = tempI;