Searched refs:cvGraphAddEdgeByPtr (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 3102 cvGraphAddEdgeByPtr( CvGraph* graph, in cvGraphAddEdgeByPtr() function 3194 result = cvGraphAddEdgeByPtr( graph, start_vtx, end_vtx, _edge, _inserted_edge ); in cvGraphAddEdge() 3738 CV_CALL( cvGraphAddEdgeByPtr( result, new_org, new_dst, edge, &dstedge )); in cvCloneGraph()
|
D | cxpersistence.cpp | 4783 CV_CALL( result = cvGraphAddEdgeByPtr( graph, in icvReadGraph()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1179 CVAPI(int) cvGraphAddEdgeByPtr( CvGraph* graph,
|