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 the documentation for a snapshot of the develop branch, built from commit d7c8a7cf0d.
PrevUpHomeNext

Predicates (boost::geometry::index::)

contains(Geometry const &)
covered_by(Geometry const &)
covers(Geometry const &)
disjoint(Geometry const &)
intersects(Geometry const &)
overlaps(Geometry const &)
within(Geometry const &)
satisfies(UnaryPredicate const &)
nearest(Geometry const &, std::size_t)
Functions

Function

Description

contains(Geometry const &)

Generate contains() predicate.

covered_by(Geometry const &)

Generate covered_by() predicate.

covers(Geometry const &)

Generate covers() predicate.

disjoint(Geometry const &)

Generate disjoint() predicate.

intersects(Geometry const &)

Generate intersects() predicate.

overlaps(Geometry const &)

Generate overlaps() predicate.

within(Geometry const &)

Generate within() predicate.

satisfies(UnaryPredicate const &)

Generate satisfies() predicate.

nearest(Geometry const &, std::size_t)

Generate nearest() predicate.


PrevUpHomeNext