EvolvingObjects
eo::mpi::ProcessTaskParallelApply< EOT > Class Template Reference

Process task functor implementation for the parallel apply (map) job. More...

#include <eoParallelApply.h>

Inheritance diagram for eo::mpi::ProcessTaskParallelApply< EOT >:
eo::mpi::ProcessTaskFunction< ParallelApplyData< EOT > > eoF< void > eo::mpi::SharedDataFunction< ParallelApplyData< EOT >, ProcessTaskFunction< ParallelApplyData< EOT > > > eoFunctorBase

List of all members.

Public Member Functions

 ProcessTaskParallelApply (ProcessTaskParallelApply< EOT > *w=0)
void operator() ()
 The pure virtual function that needs to be implemented by the subclass.

Detailed Description

template<class EOT>
class eo::mpi::ProcessTaskParallelApply< EOT >

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends