Home | History | Annotate | Download | only in include

Lines Matching refs:cvGetSetElem

1146 CV_INLINE CvSetElem* cvGetSetElem( const CvSet* set_header, int index )
1207 #define cvGetGraphVtx( graph, idx ) (CvGraphVtx*)cvGetSetElem((CvSet*)(graph), (idx))