ITK  5.4.0
Insight Toolkit
Public Attributes | List of all members
itk::MultiThreaderBase::RegionAndCallback Struct Reference

#include <itkMultiThreaderBase.h>

Detailed Description

Definition at line 453 of file itkMultiThreaderBase.h.

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

Public Attributes

unsigned int dimension
 
ProcessObjectfilter
 
ThreadingFunctorType functor
 
const IndexValueTypeindex
 
const SizeValueTypesize
 

Member Data Documentation

◆ dimension

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

Definition at line 456 of file itkMultiThreaderBase.h.

◆ filter

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

Definition at line 459 of file itkMultiThreaderBase.h.

◆ functor

ThreadingFunctorType itk::MultiThreaderBase::RegionAndCallback::functor

Definition at line 455 of file itkMultiThreaderBase.h.

◆ index

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

Definition at line 457 of file itkMultiThreaderBase.h.

◆ size

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

Definition at line 458 of file itkMultiThreaderBase.h.


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