Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/
Dperimeter.hpp49 struct perimeter : detail::calculate_null struct
51 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> struct
70 struct perimeter<Polygon, polygon_tag> : detail::calculate_polygon_sum struct
72 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 struct
89 typedef typename default_length_result<MultiPolygon>::type return_type;
[all …]
/third_party/boost/libs/geometry/test/algorithms/
Dtest_perimeter.hpp26 perimeter = bg::perimeter(geometry); in test_perimeter() local
47 perimeter = bg::perimeter(geometry, strategy); in test_perimeter() local
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dperimeter.cpp26 double perimeter = bg::perimeter(poly); in main() local
/third_party/boost/boost/polygon/
Drectangle_concept.hpp538 perimeter(const rectangle_type& rectangle) { in perimeter() function
Dpolygon_traits.hpp1086 perimeter(const T& polygon, in perimeter() function