18 #ifndef itkAddConstantToImageFilter_h
19 #define itkAddConstantToImageFilter_h
22 #ifndef ITKV3_COMPATIBILITY
23 #error "This file is only valid when ITKV3_COMPATIBILITY is turned on. Users are encouraged to convert to itkDisplacementFieldJacobianDeterminantFilter.h in ITKv4"
50 template <
typename TInputImage,
typename TConstant,
typename TOutputImage>
52 public AddImageFilter<TInputImage, Image<TConstant, TInputImage::ImageDimension>, TOutputImage>
Pixel-wise addition of two images.
SmartPointer< Self > Pointer
Base class for all process objects that output image data.
virtual ~AddConstantToImageFilter()
SmartPointer< const Self > ConstPointer
AddImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage > Superclass
AddConstantToImageFilter Self
AddConstantToImageFilter()
This class is deprecated. All features of this class have been incorporated into the AddImageFilter...