18#ifndef itkPowImageFilter_h
19#define itkPowImageFilter_h
33template <
typename TInput1,
typename TInput2 = TInput1,
typename TOutput = TInput1>
53 return static_cast<TOutput
>(std::pow(
static_cast<RealType1
>(A),
static_cast<RealType2
>(B)));
92template <
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1>
116#if !defined(ITK_WRAPPING_PARSER)
BinaryGeneratorImageFilter()
void SetFunctor(const std::function< ConstRefFunctionType > &f)
bool operator==(const Pow &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Pow)
TOutput operator()(const TInput1 &A, const TInput2 &B) const
SmartPointer< const Self > ConstPointer
BinaryGeneratorImageFilter< TInputImage1, TInputImage2, TOutputImage > Superclass
~PowImageFilter() override=default
SmartPointer< Self > Pointer
Functor::Pow< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....