Stride Reference Manual
- generated for commit 9643b11
|
A GeoAggregator that has to be called with a functor. More...
#include <GeoAggregator.h>
Public Member Functions | |
GeoAggregator (const KdTree< geogrid_detail::KdTree2DPoint > &tree, typename Policy::Args &&args) | |
template<typename F > | |
void | operator() (F f) |
Aggregate over the area specified by the policy with the functor f . More... | |
Private Attributes | |
Policy | m_policy |
const KdTree< geogrid_detail::KdTree2DPoint > & | m_tree |
A GeoAggregator that has to be called with a functor.
Definition at line 85 of file GeoAggregator.h.
|
inline |
Definition at line 88 of file GeoAggregator.h.
|
inline |
Aggregate over the area specified by the policy with the functor f
.
Definition at line 95 of file GeoAggregator.h.
References geopop::geogrid_detail::KdTree2DPoint::GetLocation().
|
private |
Definition at line 109 of file GeoAggregator.h.
|
private |
Definition at line 110 of file GeoAggregator.h.