mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-01 08:32:10 +00:00
8536ce0cf18202e2d8cc8ca75a3c0d1322d9ecb5
Actually this commit tweaks the relate Strategy to make possible the compilation of concept check. In order to do this GeometryX template parameters are moved from apply() function level to struct level. In general relate Strategy is not checked but there are cases when this can be done. E.g. if a specialized Strategy for a pair of geometries is not implemented for some CS (currently e.g. within or covered_by) the default_strategy may return relate strategy like for Box/Box in non-cartesian CS, concept check is done e.g. in WithinStrategyBoxBox.
Boost.Geometry, part of collection of the Boost C++ Libraries, defines concepts, primitives and algorithms for solving geometry problems.
Directories
- doc - QuickBook documentation sources
- examples - Boost.Geometry examples
- extensions - examples and tests for the extensions - develop branch
- include - the sourcecode of Boost.Geometry
- index - examples and tests for the Spatial Index
- test - Boost.Geometry unit tests
More information
Description
Languages
C++
99.7%
CMake
0.3%
