VTK  9.2.6
vtk::detail::smp::vtkSMPThreadPool Class Reference

#include <vtkSMPThreadPool.h>

Public Member Functions

 vtkSMPThreadPool (int ThreadNumber)
void Join ()
void DoJob (std::function< void(void)> job)

Detailed Description

Definition at line 43 of file vtkSMPThreadPool.h.

Constructor & Destructor Documentation

◆ vtkSMPThreadPool()

vtk::detail::smp::vtkSMPThreadPool::vtkSMPThreadPool ( int ThreadNumber)
explicit

Member Function Documentation

◆ Join()

void vtk::detail::smp::vtkSMPThreadPool::Join ( )

◆ DoJob()

void vtk::detail::smp::vtkSMPThreadPool::DoJob ( std::function< void(void)> job)

The documentation for this class was generated from the following file: