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

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

Completed in 53 milliseconds