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