Home
last modified time | relevance | path

Searched refs:_inserted_vertex (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxdatastructs.cpp2929 cvGraphAddVtx( CvGraph* graph, const CvGraphVtx* _vertex, CvGraphVtx** _inserted_vertex ) in cvGraphAddVtx() argument
2951 if( _inserted_vertex ) in cvGraphAddVtx()
2952 *_inserted_vertex = vertex; in cvGraphAddVtx()