#include <itkAddImageAdaptor.h>
Public Types | |
typedef AddImageAdaptor | Self |
typedef ImageAdaptor< TImage, Accessor::AddPixelAccessor< typename TImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TImage::PixelType | PixelType |
Public Member Functions | |
virtual const char * | GetClassName () const |
void | SetValue (const PixelType newvalue) |
PixelType | GetValue () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
AddImageAdaptor () | |
virtual | ~AddImageAdaptor () |
Additional casting is performed according to the input and output image types following C++ default casting rules.
Definition at line 35 of file itkAddImageAdaptor.h.
|
Definition at line 46 of file itkAddImageAdaptor.h. |
|
Definition at line 48 of file itkAddImageAdaptor.h. Referenced by itk::AddImageAdaptor< TImage >::GetValue(), and itk::AddImageAdaptor< TImage >::SetValue(). |
|
Definition at line 45 of file itkAddImageAdaptor.h. |
|
Standard class typedefs. Definition at line 41 of file itkAddImageAdaptor.h. |
|
Definition at line 44 of file itkAddImageAdaptor.h. |
|
Definition at line 65 of file itkAddImageAdaptor.h. |
|
Definition at line 66 of file itkAddImageAdaptor.h. |
|
Run-time type information (and related methods). |
|
Get the value to be added to image pixels Definition at line 61 of file itkAddImageAdaptor.h. References itk::AddImageAdaptor< TImage >::PixelType. |
|
Method for creation through the object factory. |
|
Set the value to be added to image pixels Definition at line 57 of file itkAddImageAdaptor.h. References itk::AddImageAdaptor< TImage >::PixelType. |