Home
last modified time | relevance | path

Searched refs:cid0 (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.hpp179 signed_size_type cid0 = get_cluster_id(turn.operations[0], 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()
194 else if (cid0 != -1 && cid1 == -1) in add_turn_to_cluster()
196 add_cluster_id(turn.operations[1], cluster_per_segment, cid0); in add_turn_to_cluster()
197 return cid0; in add_turn_to_cluster()
199 else if (cid0 == cid1) in add_turn_to_cluster()
202 return cid0; in add_turn_to_cluster()
208 std::cout << " TODO: merge " << cid0 << " and " << cid1 << std::endl; in add_turn_to_cluster()
210 return cid0; in add_turn_to_cluster()