|
VTK
9.0.1
|
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 void(* vtkThreadFunctionType) (void *) |
Definition at line 70 of file vtkMultiThreader.h.
| typedef int vtkThreadProcessIDType |
Definition at line 71 of file vtkMultiThreader.h.
| typedef int vtkMultiThreaderIDType |
Definition at line 74 of file vtkMultiThreader.h.
Definition at line 228 of file vtkMultiThreader.h.
1.8.17