Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Ddatastructs.cpp2705 if( !CV_IS_GRAPH_ORIENTED( graph ) && in cvFindGraphEdgeByPtr()
2759 if( !CV_IS_GRAPH_ORIENTED( graph ) && in cvGraphAddEdgeByPtr()
2846 if( !CV_IS_GRAPH_ORIENTED( graph ) && in cvGraphRemoveEdgeByPtr()
3134 if( !CV_IS_GRAPH_ORIENTED( scanner->graph ) || dst != edge->vtx[0] ) in cvNextGraphItem()
Dpersistence.cpp4458 cvWriteString(fs, "flags", CV_IS_GRAPH_ORIENTED(graph) ? "oriented" : "", 1); in icvWriteGraph()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp3049 if( !CV_IS_GRAPH_ORIENTED( graph ) && in cvFindGraphEdgeByPtr()
3119 if( !CV_IS_GRAPH_ORIENTED( graph ) && in cvGraphAddEdgeByPtr()
3219 if( !CV_IS_GRAPH_ORIENTED( graph ) && in cvGraphRemoveEdgeByPtr()
3565 if( !CV_IS_GRAPH_ORIENTED( scanner->graph ) || dst != edge->vtx[0] ) in cvNextGraphItem()
/external/opencv3/modules/core/test/
Dtest_ds.cpp1654 … (!CV_IS_GRAPH_ORIENTED(graph) && edge2->vtx[0] == vtx2 && edge2->vtx[1] == vtx)) && in test_graph_ops()
1734 … (!CV_IS_GRAPH_ORIENTED(graph) && edge->vtx[1] == vtx && edge->vtx[0] == vtx2)) && in test_graph_ops()
/external/opencv/cxcore/include/
Dcxtypes.h1473 #define CV_IS_GRAPH_ORIENTED( seq ) \ macro
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1504 #define CV_IS_GRAPH_ORIENTED( seq ) \ macro