cvGraphRemoveEdgeByPtr 1807 modules/core/include/opencv2/core/core_c.h CVAPI(void)  cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx,
cvGraphRemoveEdgeByPtr 2651 modules/core/src/datastructs.cpp         cvGraphRemoveEdgeByPtr( graph, edge->vtx[0], edge->vtx[1] );
cvGraphRemoveEdgeByPtr 2682 modules/core/src/datastructs.cpp         cvGraphRemoveEdgeByPtr( graph, edge->vtx[0], edge->vtx[1] );
cvGraphRemoveEdgeByPtr 2905 modules/core/src/datastructs.cpp     cvGraphRemoveEdgeByPtr( graph, start_vtx, end_vtx );
cvGraphRemoveEdgeByPtr 1740 modules/core/test/test_ds.cpp                  cvGraphRemoveEdgeByPtr( graph, vtx, vtx2 );