ITK
5.2.0
Insight Toolkit
|
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 |
Definition at line 152 of file itkImageBufferRange.h.
|
delete |
|
default |
|
defaultnoexcept |
|
inlineexplicitnoexcept |
Definition at line 174 of file itkImageBufferRange.h.
|
inlinenoexcept |
Definition at line 180 of file itkImageBufferRange.h.
|
inlinenoexcept |
Definition at line 192 of file itkImageBufferRange.h.
|
inlinenoexcept |
Definition at line 184 of file itkImageBufferRange.h.
Definition at line 157 of file itkImageBufferRange.h.
|
friend |
Definition at line 203 of file itkImageBufferRange.h.
|
private |
Definition at line 163 of file itkImageBufferRange.h.
|
private |
Definition at line 160 of file itkImageBufferRange.h.