ParallelTask Class Reference

A base class for parallel task classes which are defined by a set of macros. More...

#include <quickmp.h>

List of all members.

Public Member Functions

virtual ~ParallelTask ()
virtual void run (int firstIndex, int lastIndex, const unsigned int threadIndex, int indexIncrement)=0
 The function which is executed by each thread with different indices.


Detailed Description

A base class for parallel task classes which are defined by a set of macros.


Constructor & Destructor Documentation

virtual ~ParallelTask (  )  [inline, virtual]


Member Function Documentation

virtual void run ( int  firstIndex,
int  lastIndex,
const unsigned int  threadIndex,
int  indexIncrement 
) [pure virtual]

The function which is executed by each thread with different indices.

The last index is included.


The documentation for this class was generated from the following file:
Generated on Fri Oct 30 16:29:04 2009 for Robot Simulator of the Robotics Group for Self-Organization of Control by  doxygen 1.4.7