Searched defs:CvGraphScanner (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.h1239 typedef struct CvGraphScanner struct
1250 CvGraphScanner; typedef in typeref:struct:CvGraphScanner
1253 CVAPI(CvGraphScanner*) cvCreateGraphScanner( CvGraph* graph,
1258 CVAPI(void) cvReleaseGraphScanner( CvGraphScanner** scanner );
1261 CVAPI(int) cvNextGraphItem( CvGraphScanner* scanner );

Completed in 80 milliseconds