|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkAddImageAdaptor_h
19 #define itkAddImageAdaptor_h
36 template <
typename TImage>
Give access to partial aspects of voxels from an Image.
~AddImageAdaptor() override=default
void SetValue(const PixelType newvalue)
Presents an image as being the addition of a constant value to all pixels.
PixelType GetValue() const
typename TImage::PixelType PixelType
AddImageAdaptor()=default
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.
void SetValue(const TPixel &newvalue)
AccessorType & GetPixelAccessor()
Base class for all data objects in ITK.