#include <itkAddImageAdaptor.h>
Inheritance diagram for itk::AddImageAdaptor< TImage >:
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 * | GetNameOfClass () 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.
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 46 of file itkAddImageAdaptor.h. |
|
Pixel typedef support. Used to declare pixel type in filters or other operations. Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 48 of file itkAddImageAdaptor.h. Referenced by itk::AddImageAdaptor< TImage >::GetValue(), and itk::AddImageAdaptor< TImage >::SetValue(). |
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 45 of file itkAddImageAdaptor.h. |
|
Standard class typedefs. Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 41 of file itkAddImageAdaptor.h. |
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. 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). Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. |
|
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. Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. |
|
Set the value to be added to image pixels Definition at line 57 of file itkAddImageAdaptor.h. References itk::AddImageAdaptor< TImage >::PixelType. |