CvGraphVtx       1782 modules/core/include/opencv2/core/core_c.h CVAPI(int)  cvGraphAddVtx( CvGraph* graph, const CvGraphVtx* vtx CV_DEFAULT(NULL),
CvGraphVtx       1783 modules/core/include/opencv2/core/core_c.h                            CvGraphVtx** inserted_vtx CV_DEFAULT(NULL) );
CvGraphVtx       1788 modules/core/include/opencv2/core/core_c.h CVAPI(int)  cvGraphRemoveVtxByPtr( CvGraph* graph, CvGraphVtx* vtx );
CvGraphVtx       1801 modules/core/include/opencv2/core/core_c.h                                CvGraphVtx* start_vtx, CvGraphVtx* end_vtx,
CvGraphVtx       1807 modules/core/include/opencv2/core/core_c.h CVAPI(void)  cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx,
CvGraphVtx       1808 modules/core/include/opencv2/core/core_c.h                                      CvGraphVtx* end_vtx );
CvGraphVtx       1813 modules/core/include/opencv2/core/core_c.h                                            const CvGraphVtx* start_vtx,
CvGraphVtx       1814 modules/core/include/opencv2/core/core_c.h                                            const CvGraphVtx* end_vtx );
CvGraphVtx       1824 modules/core/include/opencv2/core/core_c.h CVAPI(int)  cvGraphVtxDegreeByPtr( const CvGraph* graph, const CvGraphVtx* vtx );
CvGraphVtx       1828 modules/core/include/opencv2/core/core_c.h #define cvGetGraphVtx( graph, idx ) (CvGraphVtx*)cvGetSetElem((CvSet*)(graph), (idx))
CvGraphVtx       1854 modules/core/include/opencv2/core/core_c.h     (((CvGraphVtx*)(vtx))->flags & CV_GRAPH_ITEM_VISITED_FLAG)
CvGraphVtx       1862 modules/core/include/opencv2/core/core_c.h     CvGraphVtx* vtx;       /* current graph vertex (or current edge origin) */
CvGraphVtx       1863 modules/core/include/opencv2/core/core_c.h     CvGraphVtx* dst;       /* current graph edge destination vertex */
CvGraphVtx       1875 modules/core/include/opencv2/core/core_c.h                                              CvGraphVtx* vtx CV_DEFAULT(NULL),
CvGraphVtx       1319 modules/core/include/opencv2/core/types_c.h     struct CvGraphVtx* vtx[2];
CvGraphVtx       2579 modules/core/src/datastructs.cpp     ||  vtx_size    < (int) sizeof( CvGraphVtx  )
CvGraphVtx       2609 modules/core/src/datastructs.cpp cvGraphAddVtx( CvGraph* graph, const CvGraphVtx* _vertex, CvGraphVtx** _inserted_vertex )
CvGraphVtx       2611 modules/core/src/datastructs.cpp     CvGraphVtx *vertex = 0;
CvGraphVtx       2617 modules/core/src/datastructs.cpp     vertex = (CvGraphVtx*)cvSetNew((CvSet*)graph);
CvGraphVtx       2621 modules/core/src/datastructs.cpp             memcpy( vertex + 1, _vertex + 1, graph->elem_size - sizeof(CvGraphVtx) );
CvGraphVtx       2635 modules/core/src/datastructs.cpp cvGraphRemoveVtxByPtr( CvGraph* graph, CvGraphVtx* vtx )
CvGraphVtx       2665 modules/core/src/datastructs.cpp     CvGraphVtx *vtx = 0;
CvGraphVtx       2694 modules/core/src/datastructs.cpp                       const CvGraphVtx* start_vtx,
CvGraphVtx       2695 modules/core/src/datastructs.cpp                       const CvGraphVtx* end_vtx )
CvGraphVtx       2708 modules/core/src/datastructs.cpp         const CvGraphVtx* t;
CvGraphVtx       2729 modules/core/src/datastructs.cpp     CvGraphVtx *start_vtx;
CvGraphVtx       2730 modules/core/src/datastructs.cpp     CvGraphVtx *end_vtx;
CvGraphVtx       2748 modules/core/src/datastructs.cpp                      CvGraphVtx* start_vtx, CvGraphVtx* end_vtx,
CvGraphVtx       2762 modules/core/src/datastructs.cpp         CvGraphVtx* t;
CvGraphVtx       2820 modules/core/src/datastructs.cpp     CvGraphVtx *start_vtx;
CvGraphVtx       2821 modules/core/src/datastructs.cpp     CvGraphVtx *end_vtx;
CvGraphVtx       2835 modules/core/src/datastructs.cpp cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx )
CvGraphVtx       2849 modules/core/src/datastructs.cpp         CvGraphVtx* t;
CvGraphVtx       2896 modules/core/src/datastructs.cpp     CvGraphVtx *start_vtx;
CvGraphVtx       2897 modules/core/src/datastructs.cpp     CvGraphVtx *end_vtx;
CvGraphVtx       2911 modules/core/src/datastructs.cpp cvGraphVtxDegreeByPtr( const CvGraph* graph, const CvGraphVtx* vertex )
CvGraphVtx       2933 modules/core/src/datastructs.cpp     CvGraphVtx *vertex;
CvGraphVtx       2956 modules/core/src/datastructs.cpp     CvGraphVtx* vtx;
CvGraphVtx       3043 modules/core/src/datastructs.cpp cvCreateGraphScanner( CvGraph* graph, CvGraphVtx* vtx, int mask )
CvGraphVtx       3064 modules/core/src/datastructs.cpp                                     CV_FIELD_OFFSET( flags, CvGraphVtx),
CvGraphVtx       3095 modules/core/src/datastructs.cpp     CvGraphVtx* vtx;
CvGraphVtx       3096 modules/core/src/datastructs.cpp     CvGraphVtx* dst;
CvGraphVtx       3219 modules/core/src/datastructs.cpp             vtx = (CvGraphVtx*)icvSeqFindNextElem( (CvSeq*)(scanner->graph),
CvGraphVtx       3220 modules/core/src/datastructs.cpp                   CV_FIELD_OFFSET( flags, CvGraphVtx ), CV_GRAPH_ITEM_VISITED_FLAG|INT_MIN,
CvGraphVtx       3249 modules/core/src/datastructs.cpp     CvGraphVtx** ptr_buffer = 0;
CvGraphVtx       3269 modules/core/src/datastructs.cpp     ptr_buffer = (CvGraphVtx**)cvAlloc( graph->total*sizeof(ptr_buffer[0]));
CvGraphVtx       3281 modules/core/src/datastructs.cpp             CvGraphVtx* vtx = (CvGraphVtx*)reader.ptr;
CvGraphVtx       3282 modules/core/src/datastructs.cpp             CvGraphVtx* dstvtx = 0;
CvGraphVtx       3299 modules/core/src/datastructs.cpp             CvGraphVtx* new_org = ptr_buffer[edge->vtx[0]->flags];
CvGraphVtx       3300 modules/core/src/datastructs.cpp             CvGraphVtx* new_dst = ptr_buffer[edge->vtx[1]->flags];
CvGraphVtx       3313 modules/core/src/datastructs.cpp             CvGraphVtx* vtx = (CvGraphVtx*)reader.ptr;
CvGraphVtx       4448 modules/core/src/persistence.cpp             CvGraphVtx* vtx = (CvGraphVtx*)reader.ptr;
CvGraphVtx       4462 modules/core/src/persistence.cpp                     &attr, sizeof(CvGraphVtx), vtx_dt_buf );
CvGraphVtx       4511 modules/core/src/persistence.cpp                         memcpy( src_ptr, reader.ptr + sizeof(CvGraphVtx), write_elem_size );
CvGraphVtx       4551 modules/core/src/persistence.cpp             ((CvGraphVtx*)reader.ptr)->flags = flag_buf[vtx_count++];
CvGraphVtx       4565 modules/core/src/persistence.cpp     CvGraphVtx** vtx_buf = 0;
CvGraphVtx       4569 modules/core/src/persistence.cpp     int vtx_size = sizeof(CvGraphVtx), edge_size, header_size = sizeof(CvGraph);
CvGraphVtx       4674 modules/core/src/persistence.cpp     vtx_buf = (CvGraphVtx**)cvAlloc( vtx_count * sizeof(vtx_buf[0]) );
CvGraphVtx       4710 modules/core/src/persistence.cpp                 CvGraphVtx* vtx;
CvGraphVtx       1448 modules/core/test/test_ds.cpp     CvGraphVtx *vtx = 0, *vtx2 = 0, *vtx3 = 0;
CvGraphVtx       1512 modules/core/test/test_ds.cpp             vtx = (CvGraphVtx*)&elem_buf[0];
CvGraphVtx       1822 modules/core/test/test_ds.cpp                     int delta = k == 0 ? sizeof(CvGraphVtx) : sizeof(CvGraphEdge);
CvGraphVtx       1884 modules/core/test/test_ds.cpp                       sizeof(CvGraph), sizeof(CvGraphVtx),
CvGraphVtx       1929 modules/core/test/test_ds.cpp             storage_blocksize = MAX(storage_blocksize, (int)(sizeof(CvGraphVtx) + sizeof(CvMemBlock) + sizeof(CvSeqBlock)));
CvGraphVtx       1946 modules/core/test/test_ds.cpp                                                sizeof(CvGraphVtx), sizeof(CvGraphEdge), storage );
CvGraphVtx       2057 modules/core/test/test_ds.cpp                     CvGraphVtx* start_vtx = cvtest::randInt(rng) % 2 || graph->active_count == 0 ? 0 :
CvGraphVtx        132 modules/core/test/test_io.cpp                                            sizeof(CvGraph), sizeof(CvGraphVtx),