Searched refs:sgraph (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/test/
H A Dtest_ds.cpp1467 CvTsSimpleGraph* sgraph = (CvTsSimpleGraph*)simple_struct[struct_idx]; local
1471 int pure_vtx_size = sgraph->vtx->elem_size - 1,
1472 pure_edge_size = sgraph->edge_size - 1;
1486 cvTsClearSimpleGraph( sgraph );
1500 if( sgraph->vtx->free_count == 0 )
1513 idx0 = cvTsSimpleGraphAddVertex( sgraph, vtx + 1 );
1536 idx = cvtest::randInt(rng) % sgraph->vtx->max_count;
1537 if( sgraph->vtx->free_count == sgraph->vtx->max_count || idx >= sgraph
[all...]

Completed in 61 milliseconds