ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Attributes | List of all members
itk::MultiThreaderBase::ArrayCallback Struct Reference

#include <itkMultiThreaderBase.h>

+ Collaboration diagram for itk::MultiThreaderBase::ArrayCallback:

Detailed Description

Definition at line 365 of file itkMultiThreaderBase.h.

Public Attributes

std::thread::id callingThread
 
ProcessObjectfilter
 
const SizeValueType firstIndex
 
ArrayThreadingFunctorType functor
 
const SizeValueType lastIndexPlus1
 
std::atomic< SizeValueTypeprogress
 

Member Data Documentation

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.


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