Home
last modified time | relevance | path

Searched refs:pNxt (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/shape/src/
DemdL1.cpp191 m_EdgesRight[r][c].pNxt = NULL; in fillBaseTrees()
198 m_EdgesUp[r][c].pNxt = NULL; in fillBaseTrees()
225 m_3dEdgesUp[r][c][z].pNxt = NULL; in fillBaseTrees()
232 m_3dEdgesRight[r][c][z].pNxt = NULL; in fillBaseTrees()
239 m_3dEdgesDeep[r][c][z].pNxt = NULL; in fillBaseTrees()
509 if(pCurE) pCurE->pNxt = pNxtE; // add to edge list in initBVTree()
539 pCurE = pCurE->pNxt; in updateSubtree()
616 pLParentN->pChild = m_pLeave->pNxt; // Leaving-BV is the first child in findNewSolution()
620 while(pPreE->pNxt != m_pLeave) in findNewSolution()
621 pPreE = pPreE->pNxt; in findNewSolution()
[all …]
DemdL1_def.hpp70 cvPEmdEdge pNxt; // next child/edge member