#include <itkAddPixelAccessor.h>
Collaboration diagram for itk::Accessor::AddPixelAccessor< TPixel >:

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 38 of file itkAddPixelAccessor.h.
Public Types | |
| typedef TPixel | ExternalType |
| typedef TPixel | InternalType |
| typedef AddPixelAccessor | Self |
Public Member Functions | |
| AddPixelAccessor (const Self &apa) | |
| Constructors * | AddPixelAccessor () |
| ExternalType | Get (const InternalType &input) const |
| TPixel | GetValue () |
| Self & | operator= (const Self &apa) |
| void | Set (InternalType &output, const ExternalType &input) const |
| void | SetValue (TPixel newvalue) |
|
|||||
|
External typedef. It defines the external aspect that this class will exhibit Definition at line 46 of file itkAddPixelAccessor.h. |
|
|||||
|
Internal typedef. It defines the internal real representation of data Definition at line 50 of file itkAddPixelAccessor.h. |
|
|||||
|
Standard class typedefs. Definition at line 42 of file itkAddPixelAccessor.h. |
|
|||||||||
|
Definition at line 76 of file itkAddPixelAccessor.h. |
|
||||||||||
|
Definition at line 77 of file itkAddPixelAccessor.h. |
|
||||||||||
|
Read access to the pixel Definition at line 57 of file itkAddPixelAccessor.h. |
|
|||||||||
|
Get the value to be added to pixels Definition at line 65 of file itkAddPixelAccessor.h. |
|
||||||||||
|
Assignment Operator Definition at line 69 of file itkAddPixelAccessor.h. References itk::Accessor::AddPixelAccessor< TPixel >::m_Value. |
|
||||||||||||||||
|
Write access to the pixel Definition at line 53 of file itkAddPixelAccessor.h. |
|
||||||||||
|
Set the value to be added to pixels Definition at line 61 of file itkAddPixelAccessor.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000