Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkMultiThreader.h File Reference

Go to the source code of this file.

Namespaces

namespace  itk

Classes

class  itk::MultiThreader
 A class for performing multithreaded execution. More...
struct  itk::MultiThreader::ThreadInfoStruct

Defines

#define ITK_MAX_THREADS   1
#define ITK_THREAD_RETURN_TYPE   void

Typedefs

typedef void(* ThreadFunctionType )(void *)
typedef int ThreadProcessIDType


Define Documentation

#define ITK_MAX_THREADS   1
 

Definition at line 91 of file itkMultiThreader.h.

#define ITK_THREAD_RETURN_TYPE   void
 

Definition at line 121 of file itkMultiThreader.h.

Referenced by itk::ImageSource< TEigenValueImage >::AfterThreadedGenerateData().


Typedef Documentation

typedef void(* itk::ThreadFunctionType)(void *)
 

Note
If ITK_USE_PTHREADS is defined, then the multithreaded function is of type void *, and returns NULL Otherwise the type is void which is correct for WIN32 and SPROC.
Definition at line 118 of file itkMultiThreader.h.

typedef int itk::ThreadProcessIDType
 

Definition at line 119 of file itkMultiThreader.h.


Generated at Sun Apr 1 02:48:19 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000