18 #ifndef itkConstrainedValueAdditionImageFilter_h
19 #define itkConstrainedValueAdditionImageFilter_h
33 template <
typename TInput1,
typename TInput2,
typename TOutput>
48 const auto dA = static_cast<double>(A);
49 const auto dB = static_cast<double>(B);
50 const double add = dA + dB;
55 return static_cast<TOutput>(cadd2);
90 template <
typename TInputImage1,
typename TInputImage2,
typename TOutputImage>
103 typename TInputImage2::PixelType,
104 typename TOutputImage::PixelType>;
112 #ifdef ITK_USE_CONCEPT_CHECKING
124 #if !defined(ITK_WRAPPING_PARSER)