ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Private Attributes | Friends | List of all members
itk::ThreadedIteratorRangePartitionerDomain< TIterator > Class Template Reference

#include <itkThreadedIteratorRangePartitioner.h>

Detailed Description

template<typename TIterator>
class itk::ThreadedIteratorRangePartitionerDomain< TIterator >

Domain type for the ThreadedIteratorRangePartitioner.

Contains a Begin and End iterator.

Definition at line 39 of file itkThreadedIteratorRangePartitioner.h.

Public Types

using IteratorType = TIterator
 
using Self = ThreadedIteratorRangePartitionerDomain
 

Public Member Functions

const IteratorTypeBegin () const
 
const IteratorTypeEnd () const
 
void operator= (const Self &rhs)
 
 ThreadedIteratorRangePartitionerDomain ()=default
 
 ThreadedIteratorRangePartitionerDomain (const IteratorType &begin, const IteratorType &end)
 
 ThreadedIteratorRangePartitionerDomain (const Self &rhs)
 

Private Attributes

IteratorType m_Begin
 
IteratorType m_End
 

Friends

class ThreadedIteratorRangePartitioner< IteratorType >
 

Member Typedef Documentation

◆ IteratorType

template<typename TIterator >
using itk::ThreadedIteratorRangePartitionerDomain< TIterator >::IteratorType = TIterator

Definition at line 42 of file itkThreadedIteratorRangePartitioner.h.

◆ Self

Definition at line 43 of file itkThreadedIteratorRangePartitioner.h.

Constructor & Destructor Documentation

◆ ThreadedIteratorRangePartitionerDomain() [1/3]

template<typename TIterator >
itk::ThreadedIteratorRangePartitionerDomain< TIterator >::ThreadedIteratorRangePartitionerDomain ( )
default

◆ ThreadedIteratorRangePartitionerDomain() [2/3]

template<typename TIterator >
itk::ThreadedIteratorRangePartitionerDomain< TIterator >::ThreadedIteratorRangePartitionerDomain ( const IteratorType begin,
const IteratorType end 
)
inline

Definition at line 47 of file itkThreadedIteratorRangePartitioner.h.

◆ ThreadedIteratorRangePartitionerDomain() [3/3]

template<typename TIterator >
itk::ThreadedIteratorRangePartitionerDomain< TIterator >::ThreadedIteratorRangePartitionerDomain ( const Self rhs)
inline

Member Function Documentation

◆ Begin()

template<typename TIterator >
const IteratorType& itk::ThreadedIteratorRangePartitionerDomain< TIterator >::Begin ( ) const
inline

Definition at line 71 of file itkThreadedIteratorRangePartitioner.h.

◆ End()

template<typename TIterator >
const IteratorType& itk::ThreadedIteratorRangePartitionerDomain< TIterator >::End ( ) const
inline

Definition at line 76 of file itkThreadedIteratorRangePartitioner.h.

◆ operator=()

template<typename TIterator >
void itk::ThreadedIteratorRangePartitionerDomain< TIterator >::operator= ( const Self rhs)
inline

Friends And Related Function Documentation

◆ ThreadedIteratorRangePartitioner< IteratorType >

template<typename TIterator >
friend class ThreadedIteratorRangePartitioner< IteratorType >
friend

Definition at line 82 of file itkThreadedIteratorRangePartitioner.h.

Member Data Documentation

◆ m_Begin

template<typename TIterator >
IteratorType itk::ThreadedIteratorRangePartitionerDomain< TIterator >::m_Begin
private

◆ m_End

template<typename TIterator >
IteratorType itk::ThreadedIteratorRangePartitionerDomain< TIterator >::m_End
private

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