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

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp3102 cvGraphAddEdgeByPtr( CvGraph* graph, function
3110 CV_FUNCNAME( "cvGraphAddEdgeByPtr" );
3194 result = cvGraphAddEdgeByPtr( graph, start_vtx, end_vtx, _edge, _inserted_edge );
3738 CV_CALL( cvGraphAddEdgeByPtr( result, new_org, new_dst, edge, &dstedge ));
/external/opencv3/modules/core/src/
H A Ddatastructs.cpp2747 cvGraphAddEdgeByPtr( CvGraph* graph, function
2829 return cvGraphAddEdgeByPtr( graph, start_vtx, end_vtx, _edge, _inserted_edge );
3301 cvGraphAddEdgeByPtr( result, new_org, new_dst, edge, &dstedge );

Completed in 33 milliseconds