18 #ifndef itkAddImageAdaptor_h
19 #define itkAddImageAdaptor_h
35 template<
typename TImage >
38 Accessor::AddPixelAccessor< typename TImage::PixelType > >
ImageAdaptor< TImage, Accessor::AddPixelAccessor< typename TImage::PixelType > > Superclass
void SetValue(const PixelType newvalue)
void SetValue(const TPixel &newvalue)
void operator=(const Self &)
Presents an image as being the addition of a constant value to all pixels.
AccessorType & GetPixelAccessor(void)
TImage::PixelType PixelType
Simulates the effect of adding a constant value to all pixels.
virtual ~AddImageAdaptor()
PixelType GetValue() const
Give access to partial aspects of voxels from an Image.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
Base class for all data objects in ITK.