Go to the source code of this file.
Classes | |
class | itk::MultiThreader |
A class for performing multithreaded execution. More... | |
struct | itk::MultiThreader::ThreadInfoStruct |
Namespaces | |
namespace | itk |
Defines | |
#define | ITK_MAX_THREADS 1 |
#define | ITK_THREAD_RETURN_TYPE void |
#define | ITK_THREAD_RETURN_VALUE |
Typedefs | |
typedef void(* | itk::ThreadFunctionType )(void *) |
typedef int | itk::ThreadProcessIDType |
#define ITK_MAX_THREADS 1 |
Definition at line 105 of file itkMultiThreader.h.
#define ITK_THREAD_RETURN_TYPE void |
Definition at line 135 of file itkMultiThreader.h.
#define ITK_THREAD_RETURN_VALUE |
Definition at line 134 of file itkMultiThreader.h.