Stride Reference Manual
- generated for commit 9643b11
|
GeoAggregator Policy that aggregates over an axis aligned bounding box. More...
#include <GeoAggregator.h>
Public Types | |
using | Args = std::tuple< double, double, double, double > |
lon1, lat1, lon2, lat2 More... | |
Public Member Functions | |
BoxPolicy (Args args) | |
AABBox< geogrid_detail::KdTree2DPoint > | GetBoundingBox () const |
bool | Contains (const geogrid_detail::KdTree2DPoint &) const |
Private Attributes | |
Args | m_args |
GeoAggregator Policy that aggregates over an axis aligned bounding box.
Definition at line 174 of file GeoAggregator.h.
using geopop::BoxPolicy::Args = std::tuple<double, double, double, double> |
lon1, lat1, lon2, lat2
Definition at line 177 of file GeoAggregator.h.
|
inlineexplicit |
Definition at line 179 of file GeoAggregator.h.
|
inline |
Definition at line 181 of file GeoAggregator.h.
|
inline |
Definition at line 187 of file GeoAggregator.h.
|
private |
Definition at line 190 of file GeoAggregator.h.