VTK  9.2.6
vtkMultiThreader.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkObject.h"
#include "vtkThreads.h"
#include <mutex>
Include dependency graph for vtkMultiThreader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkMultiThreader
 A class for performing multithreaded execution. More...
class  vtkMultiThreader::ThreadInfo
 This is the structure that is passed to the thread that is created from the SingleMethodExecute, MultipleMethodExecute or the SpawnThread method. More...

Typedefs

typedef void(* vtkThreadFunctionType) (void *)
typedef int vtkThreadProcessIDType
typedef int vtkMultiThreaderIDType
using ThreadInfoStruct = vtkMultiThreader::ThreadInfo

Typedef Documentation

◆ vtkThreadFunctionType

typedef void(* vtkThreadFunctionType) (void *)

Definition at line 75 of file vtkMultiThreader.h.

◆ vtkThreadProcessIDType

Definition at line 76 of file vtkMultiThreader.h.

◆ vtkMultiThreaderIDType

Definition at line 79 of file vtkMultiThreader.h.

◆ ThreadInfoStruct