![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkAddPixelAccessor.h>
Collaboration diagram for itk::Accessor::AddPixelAccessor< TPixel >:Public Types | |
| using | ExternalType = TPixel |
| using | InternalType = TPixel |
| using | Self = AddPixelAccessor |
Public Member Functions | |
| ExternalType | Get (const InternalType &input) const |
| TPixel | GetValue () const |
| Self & | operator= (const Self &apa) |
| void | Set (InternalType &output, const ExternalType &input) const |
| void | SetValue (const TPixel &newvalue) |
| AddPixelAccessor () | |
| AddPixelAccessor (const Self &apa) | |
Private Attributes | |
| TPixel | m_Value |
Simulates the effect of adding a constant value to all pixels.
This class is intended to be used as parameter of an ImageAdaptor to make an image appear as having pixels with intensity values increased by a constant amount.
Definition at line 45 of file itkAddPixelAccessor.h.
| using itk::Accessor::AddPixelAccessor< TPixel >::ExternalType = TPixel |
External type alias. It defines the external aspect that this class will exhibit
Definition at line 53 of file itkAddPixelAccessor.h.
| using itk::Accessor::AddPixelAccessor< TPixel >::InternalType = TPixel |
Internal type alias. It defines the internal real representation of data
Definition at line 57 of file itkAddPixelAccessor.h.
| using itk::Accessor::AddPixelAccessor< TPixel >::Self = AddPixelAccessor |
Standard class type aliases.
Definition at line 49 of file itkAddPixelAccessor.h.
|
inline |
Constructors
Definition at line 96 of file itkAddPixelAccessor.h.
|
inline |
Constructors
Definition at line 99 of file itkAddPixelAccessor.h.
|
inline |
Read access to the pixel
Definition at line 68 of file itkAddPixelAccessor.h.
|
inline |
Get the value to be added to pixels
Definition at line 82 of file itkAddPixelAccessor.h.
|
inline |
Assignment Operator
Definition at line 89 of file itkAddPixelAccessor.h.
|
inline |
Write access to the pixel
Definition at line 61 of file itkAddPixelAccessor.h.
|
inline |
Set the value to be added to pixels
Definition at line 75 of file itkAddPixelAccessor.h.
|
private |
Definition at line 105 of file itkAddPixelAccessor.h.
Referenced by itk::Accessor::AddPixelAccessor< TImage::PixelType >::Get(), itk::Accessor::AddPixelAccessor< TImage::PixelType >::GetValue(), itk::Accessor::AddPixelAccessor< TImage::PixelType >::operator=(), itk::Accessor::AddPixelAccessor< TImage::PixelType >::Set(), and itk::Accessor::AddPixelAccessor< TImage::PixelType >::SetValue().
1.8.16