ITK  5.4.0
Insight Toolkit
Public Member Functions | Private Attributes | List of all members
itk::ImageBufferRange< TImage >::AccessorFunctorInitializer Class Referencefinal

Detailed Description

template<typename TImage>
class itk::ImageBufferRange< TImage >::AccessorFunctorInitializer

Definition at line 489 of file itkImageBufferRange.h.

Public Member Functions

 AccessorFunctorInitializer (TImage &image) noexcept
 
 operator AccessorFunctorType () const noexcept
 
 operator EmptyAccessorFunctor () const noexcept
 

Private Attributes

TImage & m_Image
 

Constructor & Destructor Documentation

◆ AccessorFunctorInitializer()

template<typename TImage>
itk::ImageBufferRange< TImage >::AccessorFunctorInitializer::AccessorFunctorInitializer ( TImage &  image)
inlineexplicitnoexcept

Definition at line 495 of file itkImageBufferRange.h.

Member Function Documentation

◆ operator AccessorFunctorType()

template<typename TImage>
itk::ImageBufferRange< TImage >::AccessorFunctorInitializer::operator AccessorFunctorType ( ) const
inlinenoexcept

◆ operator EmptyAccessorFunctor()

template<typename TImage>
itk::ImageBufferRange< TImage >::AccessorFunctorInitializer::operator EmptyAccessorFunctor ( ) const
inlinenoexcept

Definition at line 499 of file itkImageBufferRange.h.

Member Data Documentation

◆ m_Image

template<typename TImage>
TImage& itk::ImageBufferRange< TImage >::AccessorFunctorInitializer::m_Image
private

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