|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkTBBMultiThreader_h
20 #define itkTBBMultiThreader_h
59 SetNumberOfWorkUnits(
ThreadIdType numberOfWorkUnits)
override;
66 SingleMethodExecute()
override;
85 ParallelizeImageRegion(
unsigned int dimension,
95 PrintSelf(std::ostream & os,
Indent indent)
const override;
A class for performing multithreaded execution.
A class for performing multithreaded execution with a thread pool back end, uses the Intel Threading ...
Control indentation during Print() invocation.
void(*)(void *) ThreadFunctionType
unsigned int ThreadIdType
Light weight base class for most itk classes.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
signed long IndexValueType
Base class for most ITK classes.
std::function< void(const IndexValueType index[], const SizeValueType size[])> ThreadingFunctorType
unsigned long SizeValueType
std::function< void(SizeValueType)> ArrayThreadingFunctorType