ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkAddPixelAccessor.h>
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 44 of file itkAddPixelAccessor.h.
Public Types | |
typedef TPixel | ExternalType |
typedef TPixel | InternalType |
typedef AddPixelAccessor | Self |
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 |
typedef TPixel itk::Accessor::AddPixelAccessor< TPixel >::ExternalType |
External typedef. It defines the external aspect that this class will exhibit
Definition at line 52 of file itkAddPixelAccessor.h.
typedef TPixel itk::Accessor::AddPixelAccessor< TPixel >::InternalType |
Internal typedef. It defines the internal real representation of data
Definition at line 56 of file itkAddPixelAccessor.h.
typedef AddPixelAccessor itk::Accessor::AddPixelAccessor< TPixel >::Self |
Standard class typedefs.
Definition at line 48 of file itkAddPixelAccessor.h.
|
inline |
Constructors
Definition at line 82 of file itkAddPixelAccessor.h.
|
inline |
Constructors
Definition at line 83 of file itkAddPixelAccessor.h.
|
inline |
Read access to the pixel
Definition at line 63 of file itkAddPixelAccessor.h.
|
inline |
Get the value to be added to pixels
Definition at line 71 of file itkAddPixelAccessor.h.
|
inline |
Assignment Operator
Definition at line 75 of file itkAddPixelAccessor.h.
|
inline |
Write access to the pixel
Definition at line 59 of file itkAddPixelAccessor.h.
|
inline |
Set the value to be added to pixels
Definition at line 67 of file itkAddPixelAccessor.h.
|
private |
Definition at line 88 of file itkAddPixelAccessor.h.
Referenced by itk::Accessor::AddPixelAccessor< TImage::PixelType >::operator=().