Skip to content

Namespace SFCGAL::detail::algorithm

Namespace List > SFCGAL > detail > algorithm

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 SFCGAL::detail::algorithm::_coversPoints (
    const Geometry & ga,
    const Geometry & gb
) 

function coversPoints

auto SFCGAL::detail::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 SFCGAL::detail::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