Home | History | Annotate | Download | only in grxmlcompile

Lines Matching defs:mapList

381         int *mapList= new int [numVertex];
383 mapList[ii]= -1;
387 mapList[id]= 1;
390 mapList[id]= 1;
395 if (mapList[ii] > 0) {
396 mapList[ii]= count;
402 arc[ii]->AssignFromId(mapList[id]);
405 arc[ii]->AssignToId(mapList[id]);
407 startId= mapList[startId];
409 lastId= mapList[lastId];
410 delete [] mapList;