Home | History | Annotate | Download | only in include

Lines Matching refs:CvGraphEdge

1176                             const CvGraphEdge* edge CV_DEFAULT(NULL),
1177 CvGraphEdge** inserted_edge CV_DEFAULT(NULL) );
1181 const CvGraphEdge* edge CV_DEFAULT(NULL),
1182 CvGraphEdge** inserted_edge CV_DEFAULT(NULL) );
1190 CVAPI(CvGraphEdge*) cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx );
1191 CVAPI(CvGraphEdge*) cvFindGraphEdgeByPtr( const CvGraph* graph,
1235 (((CvGraphEdge*)(edge))->flags & CV_GRAPH_ITEM_VISITED_FLAG)
1243 CvGraphEdge* edge; /* current edge */