Stride Reference Manual
- generated for commit 9643b11
|
A GeoAggregator constructed with a functor. More...
#include <GeoAggregator.h>
Public Member Functions | |
GeoAggregator (const KdTree< geogrid_detail::KdTree2DPoint > &tree, F f, typename Policy::Args &&args) | |
void | operator() () |
Aggregate over the policy with the functor specified at construction time. More... | |
![]() | |
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 | |
F | m_functor |
A GeoAggregator constructed with a functor.
Definition at line 117 of file GeoAggregator.h.
|
inline |
Definition at line 120 of file GeoAggregator.h.
|
inline |
Aggregate over the policy with the functor specified at construction time.
Definition at line 126 of file GeoAggregator.h.
|
private |
Definition at line 129 of file GeoAggregator.h.