Searched refs:pNxtE (Results 1 – 1 of 1) sorted by relevance
453 cvPEmdEdge pCurE=NULL, pNxtE=NULL; in initBVTree() local497 pNxtE = pNxtN->pChild; in initBVTree()498 if(pNxtE && pNxtE->pChild==pCurN) // has connection in initBVTree()501 pNxtN->pPEdge = pNxtE; in initBVTree()505 pNxtE->pParent = pCurN; // reverse direction in initBVTree()506 pNxtE->pChild = pNxtN; in initBVTree()507 pNxtE->iDir = !pNxtE->iDir; in initBVTree()509 if(pCurE) pCurE->pNxt = pNxtE; // add to edge list in initBVTree()510 else pCurN->pChild = pNxtE; in initBVTree()511 pCurE = pNxtE; in initBVTree()[all …]