Definition at line 151 of file itkImageBufferRange.h.
Public Member Functions | |
operator PixelType () const noexcept | |
PixelProxy & | operator= (const PixelProxy &pixelProxy) noexcept |
PixelProxy & | operator= (const PixelType &pixelValue) noexcept |
PixelProxy ()=delete | |
PixelProxy (const PixelProxy &) noexcept=default | |
PixelProxy (InternalPixelType &internalPixel, const AccessorFunctorType &accessorFunctor) noexcept | |
~PixelProxy ()=default | |
Private Attributes | |
const AccessorFunctorType | m_AccessorFunctor |
InternalPixelType & | m_InternalPixel |
Friends | |
class | PixelProxy< true > |
void | swap (PixelProxy lhs, PixelProxy rhs) noexcept |
|
delete |
Referenced by operator=(), and PixelProxy().
|
default |
|
defaultnoexcept |
References PixelProxy().
|
inlineexplicitnoexcept |
Definition at line 173 of file itkImageBufferRange.h.
References m_InternalPixel.
|
inlinenoexcept |
Definition at line 179 of file itkImageBufferRange.h.
References m_AccessorFunctor, and m_InternalPixel.
|
inlinenoexcept |
Definition at line 191 of file itkImageBufferRange.h.
References PixelProxy().
|
inlinenoexcept |
Definition at line 183 of file itkImageBufferRange.h.
References m_AccessorFunctor, and m_InternalPixel.
Definition at line 144 of file itkImageBufferRange.h.
|
friend |
Definition at line 202 of file itkImageBufferRange.h.
|
private |
Definition at line 162 of file itkImageBufferRange.h.
Referenced by operator PixelType(), and operator=().
|
private |
Definition at line 159 of file itkImageBufferRange.h.
Referenced by operator PixelType(), operator=(), and PixelProxy().