VTK
|
#include <vtkSMPThreadLocalObject.h>
Public Member Functions | |
iterator & | operator++ () |
bool | operator!= (const iterator &other) |
T *& | operator* () |
Friends | |
class | vtkSMPThreadLocalObject< T > |
Subset of the standard iterator API. The most common design patter is to use iterators in a sequential code block and to use only the thread local objects in parallel code blocks.
Definition at line 132 of file vtkSMPThreadLocalObject.h.
|
inline |
Definition at line 135 of file vtkSMPThreadLocalObject.h.
|
inline |
Definition at line 142 of file vtkSMPThreadLocalObject.h.
|
inline |
Definition at line 147 of file vtkSMPThreadLocalObject.h.
|
friend |
Definition at line 155 of file vtkSMPThreadLocalObject.h.