Searched refs:is_oriented (Results 1 – 2 of 2) sorted by relevance
233 inline bool is_oriented(unsigned c) in is_oriented() function
1817 int is_oriented = (gen + i) % 2; in run() local1834 pure_elem_size[1], is_oriented ); in run()1835 cxcore_struct[i] = cvCreateGraph( is_oriented ? CV_ORIENTED_GRAPH : CV_GRAPH, in run()1876 int is_oriented = cvtest::randInt(rng) % 2; in create_random_graph() local1883 cvCreateGraph(is_oriented ? CV_ORIENTED_GRAPH : CV_GRAPH, in create_random_graph()