Namespace SFCGAL::detail::algorithm#
Algorithm detail namespace.
Public Functions#
Type | Name |
---|---|
auto | _coversPoints (const Geometry & ga, const Geometry & gb) |
auto | coversPoints (const Geometry & ga, const Geometry & gb) |
auto | coversPoints3D (const Geometry & ga, const Geometry & gb) |
Public Functions Documentation#
function _coversPoints#
template<int Dim>
auto algorithm::_coversPoints (
const Geometry & ga,
const Geometry & gb
)
function coversPoints#
auto algorithm::coversPoints (
const Geometry & ga,
const Geometry & gb
)
Pseudo cover test on 2D geometries. Collect points of gb and tests if no points of gb is outside ga
function coversPoints3D#
auto algorithm::coversPoints3D (
const Geometry & ga,
const Geometry & gb
)
Pseudo cover test on 3D geometries. Collect points of gb and tests if no points of gb is outside ga
The documentation for this class was generated from the following file /builds/sfcgal/SFCGAL/src/detail/algorithm/coversPoints.cpp