18#ifndef itkAtan2ImageFilter_h
19#define itkAtan2ImageFilter_h
33template <
typename TInput1,
typename TInput2,
typename TOutput>
48 return static_cast<TOutput
>(std::atan2(
static_cast<double>(A),
static_cast<double>(B)));
77template <
typename TInputImage1,
typename TInputImage2,
typename TOutputImage>
89 Atan2<typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType>;
97#ifdef ITK_USE_CONCEPT_CHECKING
108#if !defined(ITK_WRAPPING_PARSER)
Computes two argument inverse tangent.
~Atan2ImageFilter() override=default
Implements pixel-wise generic operation of two images, or of an image and a constant.
bool operator==(const Atan2 &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Atan2)
TOutput operator()(const TInput1 &A, const TInput2 &B) const
Base class for all process objects that output image data.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....