18#ifndef itkAddImageAdaptor_h
19#define itkAddImageAdaptor_h
36template <
typename TImage>
38 :
public ImageAdaptor<TImage, Accessor::AddPixelAccessor<typename TImage::PixelType>>
SmartPointer< Self > Pointer
AddImageAdaptor()=default
SmartPointer< const Self > ConstPointer
typename TImage::PixelType PixelType
~AddImageAdaptor() override=default
ImageAdaptor< TImage, Accessor::AddPixelAccessor< typename TImage::PixelType > > Superclass
PixelType GetValue() const
void SetValue(const PixelType newvalue)
AccessorType & GetPixelAccessor()
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....