CV_SET_ELEM_IDX_MASK 1743 modules/core/include/opencv2/core/core_c.h elem->flags = elem->flags & CV_SET_ELEM_IDX_MASK; CV_SET_ELEM_IDX_MASK 1757 modules/core/include/opencv2/core/core_c.h _elem->flags = (_elem->flags & CV_SET_ELEM_IDX_MASK) | CV_SET_ELEM_FREE_FLAG; CV_SET_ELEM_IDX_MASK 1831 modules/core/include/opencv2/core/core_c.h #define cvGraphVtxIdx( graph, vtx ) ((vtx)->flags & CV_SET_ELEM_IDX_MASK) CV_SET_ELEM_IDX_MASK 1834 modules/core/include/opencv2/core/core_c.h #define cvGraphEdgeIdx( graph, edge ) ((edge)->flags & CV_SET_ELEM_IDX_MASK) CV_SET_ELEM_IDX_MASK 2518 modules/core/src/datastructs.cpp assert( count <= CV_SET_ELEM_IDX_MASK+1 ); CV_SET_ELEM_IDX_MASK 2528 modules/core/src/datastructs.cpp id = free_elem->flags & CV_SET_ELEM_IDX_MASK; CV_SET_ELEM_IDX_MASK 2706 modules/core/src/datastructs.cpp (start_vtx->flags & CV_SET_ELEM_IDX_MASK) > (end_vtx->flags & CV_SET_ELEM_IDX_MASK) ) CV_SET_ELEM_IDX_MASK 2760 modules/core/src/datastructs.cpp (start_vtx->flags & CV_SET_ELEM_IDX_MASK) > (end_vtx->flags & CV_SET_ELEM_IDX_MASK) ) CV_SET_ELEM_IDX_MASK 2847 modules/core/src/datastructs.cpp (start_vtx->flags & CV_SET_ELEM_IDX_MASK) > (end_vtx->flags & CV_SET_ELEM_IDX_MASK) ) CV_SET_ELEM_IDX_MASK 1342 modules/core/test/test_ds.cpp (elem->flags & CV_SET_ELEM_IDX_MASK) == idx, CV_SET_ELEM_IDX_MASK 1569 modules/core/test/test_ds.cpp (vtx->flags & CV_SET_ELEM_IDX_MASK) == idx, CV_SET_ELEM_IDX_MASK 2075 modules/core/test/test_ds.cpp int edge_idx = scanner->edge->flags & CV_SET_ELEM_IDX_MASK; CV_SET_ELEM_IDX_MASK 2084 modules/core/test/test_ds.cpp int vtx_idx = scanner->vtx->flags & CV_SET_ELEM_IDX_MASK;