Home
last modified time | relevance | path

Searched refs:densify (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/geometry/algorithms/
Ddensify.hpp39 namespace detail { namespace densify namespace
113 geometry::detail::densify::densify_range<true> in apply()
161 struct densify struct
166 struct densify<Geometry, GeometryOut, linestring_tag, linestring_tag> struct
167 : geometry::detail::densify::densify_range<>
171 struct densify<Geometry, GeometryOut, multi_linestring_tag, multi_linestring_tag> struct
182 geometry::detail::densify::densify_range<> in apply()
190 struct densify<Geometry, GeometryOut, ring_tag, ring_tag> struct
191 : geometry::detail::densify::densify_ring
199 struct densify<Geometry, GeometryOut, polygon_tag, polygon_tag> struct
[all …]
/third_party/boost/libs/geometry/doc/generated/
Ddensify.qbk16 [section:densify_4_with_strategy densify (with strategy)]
18 '''<indexterm><primary>densify</primary></indexterm>'''
23 void densify(Geometry const & geometry, Geometry & out, Distance const & max_distance,
45 `#include <boost/geometry/algorithms/densify.hpp>`
47 [include reference/algorithms/densify.qbk]
63 [section:densify_3 densify]
65 '''<indexterm><primary>densify</primary></indexterm>'''
70 void densify(Geometry const & geometry, Geometry & out, Distance const & max_distance)``
90 `#include <boost/geometry/algorithms/densify.hpp>`
92 [include reference/algorithms/densify.qbk]
[all …]
Ddensify_cartesian.qbk16 [section:strategy_densify_cartesian strategy::densify::cartesian]
18 '''<indexterm><primary>strategy</primary></indexterm><indexterm><primary>densify</primary></indexte…
23 class strategy::densify::cartesian
59 `#include <boost/geometry/strategies/cartesian/densify.hpp>`
62 [link geometry.reference.algorithms.densify.densify_4_with_strategy densify (with strategy)]
Ddensify_spherical.qbk16 [section:strategy_densify_spherical strategy::densify::spherical]
18 '''<indexterm><primary>strategy</primary></indexterm><indexterm><primary>densify</primary></indexte…
23 class strategy::densify::spherical
78 `#include <boost/geometry/strategies/spherical/densify.hpp>`
81 [link geometry.reference.algorithms.densify.densify_4_with_strategy densify (with strategy)]
Ddensify_geographic.qbk16 [section:strategy_densify_geographic strategy::densify::geographic]
18 '''<indexterm><primary>strategy</primary></indexterm><indexterm><primary>densify</primary></indexte…
23 class strategy::densify::geographic
78 `#include <boost/geometry/strategies/geographic/densify.hpp>`
81 * [link geometry.reference.algorithms.densify.densify_4_with_strategy densify (with strategy)]
Dline_interpolate.qbk58 * [link geometry.reference.algorithms.densify densify]
99 * [link geometry.reference.algorithms.densify densify]
/third_party/boost/libs/geometry/test/algorithms/
Ddensify.cpp90 bg::strategy::densify::cartesian<> compl_s;
104 bg::strategy::densify::spherical<> compl_s;
118 bg::strategy::densify::geographic<> compl_s;
159 bg::densify(g, o, max_distance); in test_geometry()
168 bg::densify(g, o, max_distance, d.compl_s); in test_geometry()
DJamfile33 [ run densify.cpp : : : : algorithms_densify ]
DJamfile.v233 [ run densify.cpp : : : : algorithms_densify ]
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Ddensify_strategy.cpp32 bg::strategy::densify::geographic<> strategy(spheroid); in main()
34 boost::geometry::densify(ls, res, 50000.0, strategy); in main()
Ddensify.cpp31 boost::geometry::densify(poly, res, 6.0); in main()
DJamfile45 exe densify : densify.cpp ;
DJamfile.v245 exe densify : densify.cpp ;
/third_party/boost/boost/geometry/strategies/spherical/
Ddensify.hpp38 namespace strategy { namespace densify namespace
131 typedef strategy::densify::spherical<> type;
/third_party/boost/boost/geometry/strategies/cartesian/
Ddensify.hpp30 namespace strategy { namespace densify namespace
121 typedef strategy::densify::cartesian<> type;
/third_party/boost/boost/geometry/strategies/geographic/
Ddensify.hpp29 namespace strategy { namespace densify namespace
123 typedef strategy::densify::geographic<> type;
/third_party/boost/boost/geometry/strategies/
Ddensify.hpp20 namespace strategy { namespace densify namespace
/third_party/boost/libs/geometry/doc/reference/algorithms/
Ddensify.qbk12 [def __this_function__ densify]
/third_party/boost/libs/geometry/doc/
Dreference.qbk107 [section:densify densify]
108 [include generated/densify.qbk]
Dimports.qbk36 [import src/examples/algorithms/densify.cpp]
Drelease_notes.qbk191 * New densify() algorithm.
/third_party/boost/libs/geometry/doc/html/
Dgeometry_HTML.manifest110 geometry/reference/algorithms/densify.html
111 geometry/reference/algorithms/densify/densify_4_with_strategy.html
112 geometry/reference/algorithms/densify/densify_3.html