Home
last modified time | relevance | path

Searched refs:cvGraphAddEdgeByPtr (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxdatastructs.cpp3102 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()
Dcxpersistence.cpp4783 CV_CALL( result = cvGraphAddEdgeByPtr( graph, in icvReadGraph()
/external/opencv/cxcore/include/
Dcxcore.h1179 CVAPI(int) cvGraphAddEdgeByPtr( CvGraph* graph,