Searched refs:vtx_idx (Results 1 – 5 of 5) sorted by relevance
2084 int vtx_idx = scanner->vtx->flags & CV_SET_ELEM_IDX_MASK; in run() local2086 CV_TS_SEQ_CHECK_CONDITION( vtx_idx < graph->active_count && in run()2087 vtx_mask[vtx_idx] == 0, in run()2089 vtx_mask[vtx_idx] = 1; in run()
3318 cvGraphVtxDegree( const CvGraph* graph, int vtx_idx ) in cvGraphVtxDegree() argument3331 vertex = cvGetGraphVtx( graph, vtx_idx ); in cvGraphVtxDegree()
2931 cvGraphVtxDegree( const CvGraph* graph, int vtx_idx ) in cvGraphVtxDegree() argument2940 vertex = cvGetGraphVtx( graph, vtx_idx ); in cvGraphVtxDegree()
1202 CVAPI(int) cvGraphVtxDegree( const CvGraph* graph, int vtx_idx );
1823 CVAPI(int) cvGraphVtxDegree( const CvGraph* graph, int vtx_idx );