Lines Matching refs:CvGraphVtx
2891 || vtx_size < (int) sizeof( CvGraphVtx )
2929 cvGraphAddVtx( CvGraph* graph, const CvGraphVtx* _vertex, CvGraphVtx** _inserted_vertex )
2931 CvGraphVtx *vertex = 0;
2941 vertex = (CvGraphVtx*)cvSetNew((CvSet*)graph);
2946 (size_t)(graph->elem_size - sizeof(CvGraphVtx))/sizeof(int) );
2962 cvGraphRemoveVtxByPtr( CvGraph* graph, CvGraphVtx* vtx )
2998 CvGraphVtx *vtx = 0;
3033 const CvGraphVtx* start_vtx,
3034 const CvGraphVtx* end_vtx )
3052 const CvGraphVtx* t;
3076 CvGraphVtx *start_vtx;
3077 CvGraphVtx *end_vtx;
3103 CvGraphVtx* start_vtx, CvGraphVtx* end_vtx,
3122 CvGraphVtx* t;
3180 CvGraphVtx *start_vtx;
3181 CvGraphVtx *end_vtx;
3204 cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx )
3222 CvGraphVtx* t;
3271 CvGraphVtx *start_vtx;
3272 CvGraphVtx *end_vtx;
3292 cvGraphVtxDegreeByPtr( const CvGraph* graph, const CvGraphVtx* vertex )
3320 CvGraphVtx *vertex;
3349 CvGraphVtx* vtx;
3448 cvCreateGraphScanner( CvGraph* graph, CvGraphVtx* vtx, int mask )
3476 CV_FIELD_OFFSET( flags, CvGraphVtx),
3526 CvGraphVtx* vtx;
3527 CvGraphVtx* dst;
3650 vtx = (CvGraphVtx*)icvSeqFindNextElem( (CvSeq*)(scanner->graph),
3651 CV_FIELD_OFFSET( flags, CvGraphVtx ), CV_GRAPH_ITEM_VISITED_FLAG|INT_MIN,
3682 CvGraphVtx** ptr_buffer = 0;
3706 CV_CALL( ptr_buffer = (CvGraphVtx**)cvAlloc( graph->total*sizeof(ptr_buffer[0])));
3718 CvGraphVtx* vtx = (CvGraphVtx*)reader.ptr;
3719 CvGraphVtx* dstvtx = 0;
3736 CvGraphVtx* new_org = ptr_buffer[edge->vtx[0]->flags];
3737 CvGraphVtx* new_dst = ptr_buffer[edge->vtx[1]->flags];
3750 CvGraphVtx* vtx = (CvGraphVtx*)reader.ptr;