Home
last modified time | relevance | path

Searched defs:ring_manager (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dring.hpp157 struct ring_manager { struct
159 ring_vector<T> children;
160 point_vector<T> all_points;
161 hot_pixel_vector<T> hot_pixels;
162 hot_pixel_itr<T> current_hp_itr;
163 std::deque<point<T>> points;
164 std::deque<ring<T>> rings;
165 std::vector<point<T>> storage;
166 std::size_t index;
171 ring_manager() in ring_manager() argument