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 Tue Sep 16 22:01:58 2008 for Robotsystem of the Robot Group Leipzig by  doxygen 1.4.7