Searched refs:BoundsMap (Results 1 – 2 of 2) sorted by relevance
101 void build_bounds_map(PointList& points, uint32_t maxTile, BoundsMap& et, bool closed = false) { in build_bounds_map()189 …void buildTable(const std::vector<Point<double>>& points, BoundsMap& et, bool closed = false) cons… in buildTable()203 void buildPolygonTable(const Polygon<double>& polygon, BoundsMap& et) const { in buildPolygonTable()208 BoundsMap operator()(const Point<double>&p) const { in operator ()()216 BoundsMap et; in operator ()()222 BoundsMap operator()(const MultiPoint<double>& points) const { in operator ()()223 BoundsMap et; in operator ()()238 BoundsMap operator()(const LineString<double>& lines) const { in operator ()()239 BoundsMap et; in operator ()()244 BoundsMap operator()(const MultiLineString<double>& lines) const { in operator ()()[all …]
21 using BoundsMap = std::map<uint32_t, Bounds>; typedef95 BoundsMap boundsMap;96 BoundsMap::iterator currentBounds;