cvGraphAddEdgeByPtr 1800 modules/core/include/opencv2/core/core_c.h CVAPI(int)  cvGraphAddEdgeByPtr( CvGraph* graph,
cvGraphAddEdgeByPtr 2829 modules/core/src/datastructs.cpp     return cvGraphAddEdgeByPtr( graph, start_vtx, end_vtx, _edge, _inserted_edge );
cvGraphAddEdgeByPtr 3301 modules/core/src/datastructs.cpp             cvGraphAddEdgeByPtr( result, new_org, new_dst, edge, &dstedge );
cvGraphAddEdgeByPtr 4728 modules/core/src/persistence.cpp                 result = cvGraphAddEdgeByPtr( graph,
cvGraphAddEdgeByPtr 1638 modules/core/test/test_ds.cpp                  res = cvGraphAddEdgeByPtr(graph, vtx, vtx2, pass_data ? edge : 0, &edge2);