Definition at line 168 of file itkShapedImageNeighborhoodRange.h.
Public Member Functions | |
operator PixelType () const noexcept | |
PixelProxy & | operator= (const PixelProxy &)=delete |
PixelProxy ()=delete | |
PixelProxy (const InternalPixelType *const imageBufferPointer, const TImageNeighborhoodPixelAccessPolicy &pixelAccessPolicy) noexcept | |
PixelProxy (const PixelProxy &) noexcept=default | |
PixelProxy (const PixelProxy< false > &pixelProxy) noexcept | |
~PixelProxy ()=default | |
Private Attributes | |
const InternalPixelType *const | m_ImageBufferPointer |
const TImageNeighborhoodPixelAccessPolicy | m_PixelAccessPolicy |
|
delete |
References PixelProxy().
Referenced by operator=(), PixelProxy(), PixelProxy(), and PixelProxy().
|
defaultnoexcept |
References PixelProxy().
|
default |
|
inlinenoexcept |
Definition at line 188 of file itkShapedImageNeighborhoodRange.h.
References m_ImageBufferPointer.
|
inlinenoexcept |
Definition at line 195 of file itkShapedImageNeighborhoodRange.h.
References m_ImageBufferPointer, and PixelProxy().
|
inlinenoexcept |
Definition at line 201 of file itkShapedImageNeighborhoodRange.h.
References m_ImageBufferPointer, and m_PixelAccessPolicy.
|
delete |
References PixelProxy().
|
private |
Definition at line 172 of file itkShapedImageNeighborhoodRange.h.
Referenced by operator PixelType(), PixelProxy(), and PixelProxy().
|
private |
Definition at line 175 of file itkShapedImageNeighborhoodRange.h.
Referenced by operator PixelType().