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

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp3033 const CvGraphVtx* start_vtx,
3043 if( !graph || !start_vtx || !end_vtx )
3046 if( start_vtx == end_vtx )
3050 (start_vtx->flags & CV_SET_ELEM_IDX_MASK) > (end_vtx->flags & CV_SET_ELEM_IDX_MASK) )
3053 CV_SWAP( start_vtx, end_vtx, t );
3056 edge = start_vtx->first;
3059 ofs = start_vtx == edge->vtx[1];
3060 assert( ofs == 1 || start_vtx == edge->vtx[0] );
3076 CvGraphVtx *start_vtx; local
3086 start_vtx
3032 cvFindGraphEdgeByPtr( const CvGraph* graph, const CvGraphVtx* start_vtx, const CvGraphVtx* end_vtx ) argument
3102 cvGraphAddEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx, const CvGraphEdge* _edge, CvGraphEdge ** _inserted_edge ) argument
3180 CvGraphVtx *start_vtx; local
3204 cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx ) argument
3271 CvGraphVtx *start_vtx; local
[all...]
/external/opencv/cxcore/include/
H A Dcxcore.h1180 CvGraphVtx* start_vtx, CvGraphVtx* end_vtx,
1186 CVAPI(void) cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx,
1192 const CvGraphVtx* start_vtx,

Completed in 173 milliseconds