ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::ImageBufferRange< TImage >::AccessorFunctorInitializer Class Referencefinal

Detailed Description

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

Definition at line 495 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 501 of file itkImageBufferRange.h.

Member Function Documentation

◆ operator AccessorFunctorType()

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

Definition at line 507 of file itkImageBufferRange.h.

References m_Image.

◆ operator EmptyAccessorFunctor()

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

Definition at line 505 of file itkImageBufferRange.h.

Member Data Documentation

◆ m_Image

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

Definition at line 498 of file itkImageBufferRange.h.

Referenced by operator AccessorFunctorType().


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