Lines Matching defs:tempNext
165 directedLine* tempNext = NULL;
166 for(temp =first->next; temp != first; temp = tempNext)
168 tempNext = temp->getNext();
183 directedLine *tempNext = NULL;
186 for(temp=this; temp != NULL; temp = tempNext)
188 tempNext = temp->nextPolygon;
211 directedLine *tempNext = NULL;
215 for(temp=this; temp != NULL; temp = tempNext)
218 tempNext = temp->nextPolygon;
242 directedLine *temp, *tempNext;
244 for(temp=this; temp != NULL; temp = tempNext)
246 tempNext = temp->next;
254 directedLine *temp, *tempNext;
255 for(temp=this; temp != NULL; temp=tempNext)
257 tempNext = temp->nextPolygon;
264 directedLine *temp, *tempNext;
266 for(temp=this; temp != NULL; temp = tempNext)
268 tempNext = temp->next;
275 directedLine *temp, *tempNext;
276 for(temp=this; temp != NULL; temp=tempNext)
278 tempNext = temp->nextPolygon;