Searched refs:geometry_type (Results 1 – 5 of 5) sorted by relevance
48 typedef typename Strategy::geometry_type geometry_type; typedef in boost::geometry::concepts::ConvexHullStrategy57 geometry_type* sp = 0; in apply()
47 using geometry_type = geometry<T>; typedef48 using container_type = Cont<geometry_type>;53 geometry_collection(std::initializer_list<geometry_type> args) in geometry_collection()
53 …using geometry_type = mapbox::geometry::geometry<T>; // Fully qualified to avoid GCC -fpermissive … typedef55 geometry_type geometry;61 feature(geometry_type geometry_, in feature()
102 static Feature::geometry_type convertGeometry(const GeometryTileFeature& geometryTileFeature, const… in convertGeometry()
205 typedef InputGeometry geometry_type; typedef in boost::geometry::strategy::convex_hull::graham_andrew