Stride Reference Manual
- generated for commit 9643b11
|
A GeoAggregator Policy that aggregates over a (clockwise) polygon. More...
#include <GeoAggregator.h>
Public Types | |
using | Args = boost::geometry::model::polygon< Coordinate, true > |
Public Member Functions | |
PolygonPolicy (boost::geometry::model::polygon< Coordinate, true > args) | |
AABBox< geogrid_detail::KdTree2DPoint > | GetBoundingBox () const |
bool | Contains (const geogrid_detail::KdTree2DPoint &pt) const |
Private Attributes | |
Args | m_poly |
A GeoAggregator Policy that aggregates over a (clockwise) polygon.
Definition at line 196 of file GeoAggregator.h.
using geopop::PolygonPolicy::Args = boost::geometry::model::polygon<Coordinate, true> |
Definition at line 199 of file GeoAggregator.h.
|
inlineexplicit |
Definition at line 201 of file GeoAggregator.h.
|
inline |
Definition at line 203 of file GeoAggregator.h.
References geopop::AABBox< P >::lower, and geopop::AABBox< P >::upper.
|
inline |
Definition at line 213 of file GeoAggregator.h.
References geopop::geogrid_detail::KdTree2DPoint::GetPoint().
|
private |
Definition at line 219 of file GeoAggregator.h.