VTK
9.4.20241118
|
Go to the source code of this file.
Classes | |
class | vtk::detail::smp::vtkSMPToolsImpl< Backend > |
Namespaces | |
namespace | vtk |
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate. | |
namespace | vtk::detail |
namespace | vtk::detail::smp |
Macros | |
#define | VTK_SMP_MAX_BACKENDS_NB 4 |
#define | VTK_SMP_BACKEND_SEQUENTIAL 0 |
#define | VTK_SMP_BACKEND_STDTHREAD 1 |
#define | VTK_SMP_BACKEND_TBB 2 |
#define | VTK_SMP_BACKEND_OPENMP 3 |
Typedefs | |
using | vtk::detail::smp::ExecuteFunctorPtrType = void(*)(void *, vtkIdType, vtkIdType, vtkIdType) |
Enumerations | |
enum class | vtk::detail::smp::BackendType { vtk::detail::smp::Sequential = VTK_SMP_BACKEND_SEQUENTIAL , vtk::detail::smp::STDThread = VTK_SMP_BACKEND_STDTHREAD , vtk::detail::smp::TBB = VTK_SMP_BACKEND_TBB , vtk::detail::smp::OpenMP = VTK_SMP_BACKEND_OPENMP } |
#define VTK_SMP_MAX_BACKENDS_NB 4 |
Definition at line 13 of file vtkSMPToolsImpl.h.
#define VTK_SMP_BACKEND_SEQUENTIAL 0 |
Definition at line 15 of file vtkSMPToolsImpl.h.
#define VTK_SMP_BACKEND_STDTHREAD 1 |
Definition at line 16 of file vtkSMPToolsImpl.h.
#define VTK_SMP_BACKEND_TBB 2 |
Definition at line 17 of file vtkSMPToolsImpl.h.
#define VTK_SMP_BACKEND_OPENMP 3 |
Definition at line 18 of file vtkSMPToolsImpl.h.