Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Ddatastructs.cpp2747 cvGraphAddEdgeByPtr( CvGraph* graph, in cvGraphAddEdgeByPtr() function
2829 return cvGraphAddEdgeByPtr( graph, start_vtx, end_vtx, _edge, _inserted_edge ); in cvGraphAddEdge()
3301 cvGraphAddEdgeByPtr( result, new_org, new_dst, edge, &dstedge ); in cvCloneGraph()
Dpersistence.cpp4728 result = cvGraphAddEdgeByPtr( graph, in icvReadGraph()
/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,
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1800 CVAPI(int) cvGraphAddEdgeByPtr( CvGraph* graph,
/external/opencv3/modules/core/test/
Dtest_ds.cpp1638 res = cvGraphAddEdgeByPtr(graph, vtx, vtx2, pass_data ? edge : 0, &edge2); in test_graph_ops()