19#ifndef itkTBBMultiThreader_h
20#define itkTBBMultiThreader_h
Control indentation during Print() invocation.
std::function< void(SizeValueType)> ArrayThreadingFunctorType
std::function< void(const IndexValueType index[], const SizeValueType size[])> ThreadingFunctorType
Implements transparent reference counting.
void ParallelizeArray(SizeValueType firstIndex, SizeValueType lastIndexPlus1, ArrayThreadingFunctorType aFunc, ProcessObject *filter) override
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
MultiThreaderBase Superclass
void PrintSelf(std::ostream &os, Indent indent) const override
void SetNumberOfWorkUnits(ThreadIdType numberOfWorkUnits) override
void SetSingleMethod(ThreadFunctionType, void *data) override
~TBBMultiThreader() override
void ParallelizeImageRegion(unsigned int dimension, const IndexValueType index[], const SizeValueType size[], ThreadingFunctorType funcP, ProcessObject *filter) override
void SingleMethodExecute() override
friend class ProcessObject
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned int ThreadIdType
unsigned long SizeValueType
void(*)(void *) ThreadFunctionType