Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2023. The current version is 1.90.0.
Densification of cartesian segment.
template<typename CalculationType> class strategy::densify::cartesian { // ... };
|
Parameter |
Default |
Description |
|---|---|---|
|
typename CalculationType |
void |
numeric type for calculation (e.g. high precision); if void then it is extracted automatically from the coordinate type and (if necessary) promoted to floating point |
|
Function |
Description |
Parameters |
Returns |
|---|---|---|---|
|
template<typename Point, typename AssignPolicy, typename T> void apply(Point const & p0, Point const & p1, AssignPolicy & policy, T const & length_threshold)
|
Point const &: p0: Point const &: p1: AssignPolicy &: policy: T const &: length_threshold: |
#include <boost/geometry/strategies/cartesian/densify.hpp>