Searched refs:cvGraphAddEdgeByPtr (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/core/src/ |
D | datastructs.cpp | 2747 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()
|
D | persistence.cpp | 4728 result = cvGraphAddEdgeByPtr( graph, in icvReadGraph()
|
/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,
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1800 CVAPI(int) cvGraphAddEdgeByPtr( CvGraph* graph,
|
/external/opencv3/modules/core/test/ |
D | test_ds.cpp | 1638 res = cvGraphAddEdgeByPtr(graph, vtx, vtx2, pass_data ? edge : 0, &edge2); in test_graph_ops()
|