Searched defs:start_vtx (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
H A D | cxdatastructs.cpp | 3033 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...] |
Completed in 1716 milliseconds