18#ifndef itkThreadedImageRegionPartitioner_h
19#define itkThreadedImageRegionPartitioner_h
44template <
unsigned int VDimension>
68 using SizeType =
typename ImageRegionType::SizeType;
69 using IndexType =
typename ImageRegionType::IndexType;
101#ifndef ITK_MANUAL_INSTANTIATION
102# include "itkThreadedImageRegionPartitioner.hxx"
Divide an image region along the slowest dimension.
SmartPointer< Self > Pointer
Implements transparent reference counting.
ImageRegion< VDimension > DomainType
ThreadedDomainPartitioner()=default
ThreadIdType PartitionDomain(const ThreadIdType threadId, const ThreadIdType requestedTotal, const DomainType &completeRegion, DomainType &subRegion) const override
ThreadedImageRegionPartitioner()=default
ThreadedImageRegionPartitioner Self
ImageRegionSplitterType::Pointer m_ImageRegionSplitter
~ThreadedImageRegionPartitioner() override=default
SmartPointer< Self > Pointer
typename ImageRegionType::SizeType SizeType
typename Self::DomainType ImageRegionType
SmartPointer< const Self > ConstPointer
typename ImageRegionType::IndexType IndexType
static constexpr unsigned int ImageDimension
ThreadedDomainPartitioner< ImageRegion< VDimension > > Superclass
ImageRegionSplitterSlowDimension ImageRegionSplitterType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned int ThreadIdType