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

#include <itkMultiThreaderBase.h>

+ Collaboration diagram for itk::MultiThreaderBase::RegionAndCallback:

Detailed Description

Definition at line 377 of file itkMultiThreaderBase.h.

Public Attributes

std::thread::id callingThread
 
unsigned int dimension
 
ProcessObjectfilter
 
ThreadingFunctorType functor
 
const IndexValueTypeindex
 
SizeValueType pixelCount
 
std::atomic< SizeValueTypepixelProgress
 
const SizeValueTypesize
 

Member Data Documentation

std::thread::id itk::MultiThreaderBase::RegionAndCallback::callingThread

Definition at line 384 of file itkMultiThreaderBase.h.

unsigned int itk::MultiThreaderBase::RegionAndCallback::dimension

Definition at line 380 of file itkMultiThreaderBase.h.

ProcessObject* itk::MultiThreaderBase::RegionAndCallback::filter

Definition at line 383 of file itkMultiThreaderBase.h.

ThreadingFunctorType itk::MultiThreaderBase::RegionAndCallback::functor

Definition at line 379 of file itkMultiThreaderBase.h.

const IndexValueType* itk::MultiThreaderBase::RegionAndCallback::index

Definition at line 381 of file itkMultiThreaderBase.h.

SizeValueType itk::MultiThreaderBase::RegionAndCallback::pixelCount

Definition at line 385 of file itkMultiThreaderBase.h.

std::atomic<SizeValueType> itk::MultiThreaderBase::RegionAndCallback::pixelProgress

Definition at line 386 of file itkMultiThreaderBase.h.

const SizeValueType* itk::MultiThreaderBase::RegionAndCallback::size

Definition at line 382 of file itkMultiThreaderBase.h.


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