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(*) | itk::ThreadFunctionType (void *) |
typedef int | itk::ThreadProcessIDType |
#define ITK_MAX_THREADS 1 |
Definition at line 103 of file itkMultiThreader.h.
#define ITK_THREAD_RETURN_TYPE void |
Definition at line 133 of file itkMultiThreader.h.