cvGraphVtxDegree 1823 modules/core/include/opencv2/core/core_c.h CVAPI(int) cvGraphVtxDegree( const CvGraph* graph, int vtx_idx ); cvGraphVtxDegree 1559 modules/core/test/test_ds.cpp vtx_degree = cvGraphVtxDegree( graph, idx ); cvGraphVtxDegree 1644 modules/core/test/test_ds.cpp v_prev_degree[0] = cvGraphVtxDegree( graph, v_idx[0] ); cvGraphVtxDegree 1645 modules/core/test/test_ds.cpp v_prev_degree[1] = cvGraphVtxDegree( graph, v_idx[1] ); cvGraphVtxDegree 1647 modules/core/test/test_ds.cpp v_degree[0] = cvGraphVtxDegree( graph, v_idx[0] ); cvGraphVtxDegree 1648 modules/core/test/test_ds.cpp v_degree[1] = cvGraphVtxDegree( graph, v_idx[1] ); cvGraphVtxDegree 1726 modules/core/test/test_ds.cpp v_prev_degree[0] = cvGraphVtxDegree( graph, v_idx[0] ); cvGraphVtxDegree 1727 modules/core/test/test_ds.cpp v_prev_degree[1] = cvGraphVtxDegree( graph, v_idx[1] ); cvGraphVtxDegree 1749 modules/core/test/test_ds.cpp v_degree[0] = cvGraphVtxDegree( graph, v_idx[0] ); cvGraphVtxDegree 1750 modules/core/test/test_ds.cpp v_degree[1] = cvGraphVtxDegree( graph, v_idx[1] );