SFCGAL 2.0.0
SFCGAL::detail::algorithm Namespace Reference

Functions

template<int Dim>
auto _coversPoints (const Geometry &ga, const Geometry &gb) -> bool
auto coversPoints (const Geometry &ga, const Geometry &gb) -> bool
auto coversPoints3D (const Geometry &ga, const Geometry &gb) -> bool
SFCGAL_API bool coversPoints (const Geometry &ga, const Geometry &gb)
 Pseudo cover test on 2D geometries.
SFCGAL_API bool coversPoints3D (const Geometry &ga, const Geometry &gb)
 Pseudo cover test on 3D geometries.

Function Documentation

◆ _coversPoints()

template<int Dim>
auto SFCGAL::detail::algorithm::_coversPoints ( const Geometry & ga,
const Geometry & gb )->bool

◆ coversPoints()

auto SFCGAL::detail::algorithm::coversPoints ( const Geometry & ga,
const Geometry & gb )->bool

◆ coversPoints3D()

auto SFCGAL::detail::algorithm::coversPoints3D ( const Geometry & ga,
const Geometry & gb )->bool