#include <itkAddPixelAccessor.h>
Collaboration diagram for itk::Accessor::AddPixelAccessor< TPixel >:
Public Types | |
typedef AddPixelAccessor | Self |
typedef TPixel | ExternalType |
typedef TPixel | InternalType |
Public Member Functions | |
void | Set (InternalType &output, const ExternalType &input) const |
ExternalType | Get (const InternalType &input) const |
void | SetValue (TPixel newvalue) |
TPixel | GetValue () |
Self & | operator= (const Self &apa) |
AddPixelAccessor () | |
AddPixelAccessor (const Self &apa) |
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 39 of file itkAddPixelAccessor.h.
|
External typedef. It defines the external aspect that this class will exhibit Definition at line 47 of file itkAddPixelAccessor.h. Referenced by itk::Accessor::AddPixelAccessor< TPixel >::Get(), and itk::Accessor::AddPixelAccessor< TPixel >::Set(). |
|
Internal typedef. It defines the internal real representation of data Definition at line 51 of file itkAddPixelAccessor.h. Referenced by itk::Accessor::AddPixelAccessor< TPixel >::Get(), and itk::Accessor::AddPixelAccessor< TPixel >::Set(). |
|
Standard class typedefs. Definition at line 43 of file itkAddPixelAccessor.h. Referenced by itk::Accessor::AddPixelAccessor< TPixel >::AddPixelAccessor(), and itk::Accessor::AddPixelAccessor< TPixel >::operator=(). |
|
Constructors Definition at line 75 of file itkAddPixelAccessor.h. |
|
Constructors Definition at line 76 of file itkAddPixelAccessor.h. References itk::Accessor::AddPixelAccessor< TPixel >::Self. |
|
Read access to the pixel Definition at line 58 of file itkAddPixelAccessor.h. References itk::Accessor::AddPixelAccessor< TPixel >::ExternalType, and itk::Accessor::AddPixelAccessor< TPixel >::InternalType. |
|
Get the value to be added to pixels Definition at line 66 of file itkAddPixelAccessor.h. |
|
Assignment Operator Definition at line 70 of file itkAddPixelAccessor.h. References itk::Accessor::AddPixelAccessor< TPixel >::m_Value, and itk::Accessor::AddPixelAccessor< TPixel >::Self. |
|
Write access to the pixel Definition at line 54 of file itkAddPixelAccessor.h. References itk::Accessor::AddPixelAccessor< TPixel >::ExternalType, and itk::Accessor::AddPixelAccessor< TPixel >::InternalType. |
|
Set the value to be added to pixels Definition at line 62 of file itkAddPixelAccessor.h. |