Home | History | Annotate | Download | only in src

Lines Matching refs:CvGraphVtx

2579     ||  vtx_size    < (int) sizeof( CvGraphVtx  )
2609 cvGraphAddVtx( CvGraph* graph, const CvGraphVtx* _vertex, CvGraphVtx** _inserted_vertex )
2611 CvGraphVtx *vertex = 0;
2617 vertex = (CvGraphVtx*)cvSetNew((CvSet*)graph);
2621 memcpy( vertex + 1, _vertex + 1, graph->elem_size - sizeof(CvGraphVtx) );
2635 cvGraphRemoveVtxByPtr( CvGraph* graph, CvGraphVtx* vtx )
2665 CvGraphVtx *vtx = 0;
2694 const CvGraphVtx* start_vtx,
2695 const CvGraphVtx* end_vtx )
2708 const CvGraphVtx* t;
2729 CvGraphVtx *start_vtx;
2730 CvGraphVtx *end_vtx;
2748 CvGraphVtx* start_vtx, CvGraphVtx* end_vtx,
2762 CvGraphVtx* t;
2820 CvGraphVtx *start_vtx;
2821 CvGraphVtx *end_vtx;
2835 cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx )
2849 CvGraphVtx* t;
2896 CvGraphVtx *start_vtx;
2897 CvGraphVtx *end_vtx;
2911 cvGraphVtxDegreeByPtr( const CvGraph* graph, const CvGraphVtx* vertex )
2933 CvGraphVtx *vertex;
2956 CvGraphVtx* vtx;
3043 cvCreateGraphScanner( CvGraph* graph, CvGraphVtx* vtx, int mask )
3064 CV_FIELD_OFFSET( flags, CvGraphVtx),
3095 CvGraphVtx* vtx;
3096 CvGraphVtx* dst;
3219 vtx = (CvGraphVtx*)icvSeqFindNextElem( (CvSeq*)(scanner->graph),
3220 CV_FIELD_OFFSET( flags, CvGraphVtx ), CV_GRAPH_ITEM_VISITED_FLAG|INT_MIN,
3249 CvGraphVtx** ptr_buffer = 0;
3269 ptr_buffer = (CvGraphVtx**)cvAlloc( graph->total*sizeof(ptr_buffer[0]));
3281 CvGraphVtx* vtx = (CvGraphVtx*)reader.ptr;
3282 CvGraphVtx* dstvtx = 0;
3299 CvGraphVtx* new_org = ptr_buffer[edge->vtx[0]->flags];
3300 CvGraphVtx* new_dst = ptr_buffer[edge->vtx[1]->flags];
3313 CvGraphVtx* vtx = (CvGraphVtx*)reader.ptr;