Searched defs:end_vtx (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp3034 const CvGraphVtx* end_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 );
3061 if( edge->vtx[1] == end_vtx )
3077 CvGraphVtx *end_vtx; local
3087 end_vtx = cvGetGraphVtx( graph, end_idx );
3089 edge = cvFindGraphEdgeByPtr( graph, start_vtx, end_vtx );
3103 CvGraphVtx* start_vtx, CvGraphVtx* end_vtx,
3102 cvGraphAddEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx, const CvGraphEdge* _edge, CvGraphEdge ** _inserted_edge ) argument
3181 CvGraphVtx *end_vtx; local
3272 CvGraphVtx *end_vtx; local
[all...]

Completed in 326 milliseconds