![]() |
![]() |
Namespaces | |
namespace | within |
Classes | |
class | AreaStrategy |
Checks strategy for area. More... | |
class | Box |
Box concept. More... | |
class | CentroidStrategy |
Checks strategy for centroid. More... | |
class | ConstBox |
Box concept (const version) More... | |
class | ConstLinestring |
Linestring concept (const version) More... | |
class | ConstMultiLinestring |
concept for multi-linestring (const version) More... | |
class | ConstMultiPoint |
concept for multi-point (const version) More... | |
class | ConstMultiPolygon |
concept for multi-polygon (const version) More... | |
class | ConstPoint |
point concept (const version). More... | |
class | ConstPolygon |
Checks polygon concept (const version) More... | |
class | ConstRing |
(linear) ring concept (const version) More... | |
class | ConstSegment |
Segment concept (const version). More... | |
class | ConvexHullStrategy |
Checks strategy for convex_hull. More... | |
class | Linestring |
Linestring concept. More... | |
class | MultiLinestring |
multi-linestring concept More... | |
class | MultiPoint |
MultiPoint concept. More... | |
class | MultiPolygon |
multi-polygon concept More... | |
class | Point |
Point concept. More... | |
struct | PointDistanceStrategy |
Checks strategy for point-point or point-box or box-box distance. More... | |
struct | PointSegmentDistanceStrategy |
Checks strategy for point-segment distance. More... | |
class | Polygon |
Checks polygon concept. More... | |
class | Ring |
ring concept More... | |
class | Segment |
Segment concept. More... | |
class | SegmentIntersectStrategy |
Checks strategy for segment intersection. More... | |
struct | SimplifyStrategy |
Checks strategy for simplify. More... | |
class | WithinStrategyBoxBox |
class | WithinStrategyPointBox |
class | WithinStrategyPolygonal |
Checks strategy for within (point-in-polygon) More... | |
Functions | |
template<typename Geometry > | |
void | check () |
Checks, in compile-time, the concept of any geometry. | |
template<typename Geometry1 , typename Geometry2 > | |
void | check_concepts_and_equal_dimensions () |
Checks, in compile-time, the concept of two geometries, and if they have equal dimensions. |
April 2, 2011 |
Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands Copyright © 2008-2011 Bruno Lalande, Paris, France Copyright © 2009-2010 Mateusz Loskot, London, UK |