Searched defs:perimeter (Results 1 – 5 of 5) sorted by relevance
49 struct perimeter : detail::calculate_null struct51 typedef typename default_length_result<Geometry>::type return_type;54 static inline return_type apply(Geometry const& geometry, Strategy const& strategy) in apply()61 struct perimeter<Geometry, ring_tag> struct70 struct perimeter<Polygon, polygon_tag> : detail::calculate_polygon_sum struct72 typedef typename default_length_result<Polygon>::type return_type;77 > policy;80 static inline return_type apply(Polygon const& polygon, Strategy const& strategy) in apply()87 struct perimeter<MultiPolygon, multi_polygon_tag> : detail::multi_sum struct89 typedef typename default_length_result<MultiPolygon>::type return_type;[all …]
26 perimeter = bg::perimeter(geometry); in test_perimeter() local47 perimeter = bg::perimeter(geometry, strategy); in test_perimeter() local
26 double perimeter = bg::perimeter(poly); in main() local
538 perimeter(const rectangle_type& rectangle) { in perimeter() function
1086 perimeter(const T& polygon, in perimeter() function