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 an old version of Boost. Click here to view this page for the latest version.
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 &, unsigned)
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 &, unsigned)

Generate nearest() predicate.


PrevUpHomeNext