|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkPowImageFilter_h
19 #define itkPowImageFilter_h
33 template <
typename TInput1,
typename TInput2 = TInput1,
typename TOutput = TInput1>
49 return !(*
this != other);
58 return static_cast<TOutput>(std::pow(static_cast<RealType1>(A), static_cast<RealType2>(B)));
96 template <
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1>
119 #ifdef ITK_USE_CONCEPT_CHECKING
127 #if !defined(ITK_WRAPPING_PARSER)
Functor::Pow< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
Implements pixel-wise generic operation of two images, or of an image and a constant.
Computes the powers of 2 images.
Base class for all process objects that output image data.
TOutput operator()(const TInput1 &A, const TInput2 &B) const
Define additional traits for native types such as int or float.
~PowImageFilter() override=default
bool operator!=(const Pow &) const
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
void SetFunctor(const std::function< ConstRefFunctionType > &f)
bool operator==(const Pow &other) const