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>;
104#if !defined(ITK_WRAPPING_PARSER)
~Atan2ImageFilter() override=default
SmartPointer< const Self > ConstPointer
BinaryGeneratorImageFilter< TInputImage1, TInputImage2, TOutputImage > Superclass
Functor:: Atan2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
SmartPointer< Self > Pointer
BinaryGeneratorImageFilter()
void SetFunctor(const std::function< ConstRefFunctionType > &f)
bool operator==(const Atan2 &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Atan2)
TOutput operator()(const TInput1 &A, const TInput2 &B) const
Implements transparent reference counting.
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....