Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dhandle_colocations.hpp180 signed_size_type cid1 = get_cluster_id(turn.operations[1], cluster_per_segment); in add_turn_to_cluster() local
182 if (cid0 == -1 && cid1 == -1) in add_turn_to_cluster()
189 else if (cid0 == -1 && cid1 != -1) in add_turn_to_cluster()
191 add_cluster_id(turn.operations[0], cluster_per_segment, cid1); in add_turn_to_cluster()
192 return cid1; in add_turn_to_cluster()
194 else if (cid0 != -1 && cid1 == -1) in add_turn_to_cluster()
199 else if (cid0 == cid1) in add_turn_to_cluster()
208 std::cout << " TODO: merge " << cid0 << " and " << cid1 << std::endl; in add_turn_to_cluster()