ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkMultiThreaderBase.h>
Definition at line 365 of file itkMultiThreaderBase.h.
Public Attributes | |
std::thread::id | callingThread |
ProcessObject * | filter |
const SizeValueType | firstIndex |
ArrayThreadingFunctorType | functor |
const SizeValueType | lastIndexPlus1 |
std::atomic< SizeValueType > | progress |
std::thread::id itk::MultiThreaderBase::ArrayCallback::callingThread |
Definition at line 371 of file itkMultiThreaderBase.h.
ProcessObject* itk::MultiThreaderBase::ArrayCallback::filter |
Definition at line 370 of file itkMultiThreaderBase.h.
const SizeValueType itk::MultiThreaderBase::ArrayCallback::firstIndex |
Definition at line 368 of file itkMultiThreaderBase.h.
ArrayThreadingFunctorType itk::MultiThreaderBase::ArrayCallback::functor |
Definition at line 367 of file itkMultiThreaderBase.h.
const SizeValueType itk::MultiThreaderBase::ArrayCallback::lastIndexPlus1 |
Definition at line 369 of file itkMultiThreaderBase.h.
std::atomic<SizeValueType> itk::MultiThreaderBase::ArrayCallback::progress |
Definition at line 372 of file itkMultiThreaderBase.h.