Searched refs:cvGraphAddVtx (Results 1 – 3 of 3) sorted by relevance
1532 idx = cvGraphAddVtx( graph, pass_data ? vtx : 0, &vtx2 ); in test_graph_ops()1904 cvGraphAddVtx( graph ); in create_random_graph()1972 cvGraphAddVtx( graph ); in run()
2616 cvGraphAddVtx( CvGraph* graph, const CvGraphVtx* _vertex, CvGraphVtx** _inserted_vertex ) in cvGraphAddVtx() function3290 cvGraphAddVtx( result, vtx, &dstvtx ); in cvCloneGraph()
1782 CVAPI(int) cvGraphAddVtx( CvGraph* graph, const CvGraphVtx* vtx CV_DEFAULT(NULL),