Home | History | Annotate | Download | only in src

Lines Matching refs:cvGraphAddEdgeByPtr

3102 cvGraphAddEdgeByPtr( CvGraph* graph,
3110 CV_FUNCNAME( "cvGraphAddEdgeByPtr" );
3194 result = cvGraphAddEdgeByPtr( graph, start_vtx, end_vtx, _edge, _inserted_edge );
3738 CV_CALL( cvGraphAddEdgeByPtr( result, new_org, new_dst, edge, &dstedge ));