MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / transform

Function transform

include/win/boost/geometry/algorithms/transform.hpp:451–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 */
450template <typename Geometry1, typename Geometry2, typename Strategy>
451inline bool transform(Geometry1 const& geometry1, Geometry2& geometry2,
452 Strategy const& strategy)
453{
454 return resolve_variant::transform<Geometry1, Geometry2>
455 ::apply(geometry1, geometry2, strategy);
456}
457
458
459/*!

Callers 13

applyMethod · 0.50
applyMethod · 0.50
applyMethod · 0.50
transformMethod · 0.50
applyMethod · 0.50
applyMethod · 0.50
applyMethod · 0.50
applyMethod · 0.50
applyMethod · 0.50
applyMethod · 0.50
textMethod · 0.50
applyMethod · 0.50

Calls 2

applyClass · 0.50
default_strategyClass · 0.50

Tested by

no test coverage detected