|
EvolvingObjects
|
Process task functor implementation for the parallel apply (map) job. More...
#include <eoParallelApply.h>
Public Member Functions | |
| ProcessTaskParallelApply (ProcessTaskParallelApply< EOT > *w=0) | |
| void | operator() () |
| The pure virtual function that needs to be implemented by the subclass. | |
Process task functor implementation for the parallel apply (map) job.
Worker side: apply the function to the given slice of data.
Implementation details: retrieves the number of elements to evaluate, retrieves them, applies the function and then returns the results.
Definition at line 219 of file eoParallelApply.h.