Definition at line 112 of file itkImageBufferRange.h.
Public Member Functions | |
operator PixelType () const noexcept | |
PixelProxy & | operator= (const PixelProxy &)=delete |
PixelProxy ()=delete | |
PixelProxy (const InternalPixelType &internalPixel, const AccessorFunctorType &accessorFunctor) noexcept | |
PixelProxy (const PixelProxy &) noexcept=default | |
PixelProxy (const PixelProxy< false > &pixelProxy) noexcept | |
~PixelProxy ()=default | |
Private Attributes | |
const AccessorFunctorType | m_AccessorFunctor |
const InternalPixelType & | m_InternalPixel |
|
delete |
References PixelProxy().
Referenced by operator=(), PixelProxy(), PixelProxy(), and PixelProxy().
|
defaultnoexcept |
References PixelProxy().
|
default |
|
inlinenoexcept |
Definition at line 132 of file itkImageBufferRange.h.
References m_InternalPixel.
|
inlinenoexcept |
Definition at line 138 of file itkImageBufferRange.h.
References m_InternalPixel, and PixelProxy().
|
inlinenoexcept |
Definition at line 144 of file itkImageBufferRange.h.
References m_AccessorFunctor, and m_InternalPixel.
|
delete |
References PixelProxy().
|
private |
Definition at line 119 of file itkImageBufferRange.h.
Referenced by operator PixelType().
|
private |
Definition at line 116 of file itkImageBufferRange.h.
Referenced by operator PixelType(), PixelProxy(), and PixelProxy().