Home | History | Annotate | Download | only in src

Lines Matching refs:cvGraphRemoveEdgeByPtr

2982         cvGraphRemoveEdgeByPtr( graph, edge->vtx[0], edge->vtx[1] );
3019 cvGraphRemoveEdgeByPtr( graph, edge->vtx[0], edge->vtx[1] );
3204 cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx )
3206 CV_FUNCNAME( "cvGraphRemoveEdgeByPtr" );
3284 cvGraphRemoveEdgeByPtr( graph, start_vtx, end_vtx );