ITK  5.3.0
Insight Toolkit
Public Member Functions | List of all members
itk::Functor::Atan2< TInput1, TInput2, TOutput > Class Template Reference

#include <itkAtan2ImageFilter.h>

Public Member Functions

 Atan2 ()=default
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Atan2)
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const Atan2 &) const
 
 ~Atan2 ()=default
 

Detailed Description

template<typename TInput1, typename TInput2, typename TOutput>
class itk::Functor::Atan2< TInput1, TInput2, TOutput >

Definition at line 34 of file itkAtan2ImageFilter.h.

Constructor & Destructor Documentation

◆ Atan2()

template<typename TInput1 , typename TInput2 , typename TOutput >
itk::Functor::Atan2< TInput1, TInput2, TOutput >::Atan2 ( )
default

◆ ~Atan2()

template<typename TInput1 , typename TInput2 , typename TOutput >
itk::Functor::Atan2< TInput1, TInput2, TOutput >::~Atan2 ( )
default

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput1 , typename TInput2 , typename TOutput >
itk::Functor::Atan2< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( Atan2< TInput1, TInput2, TOutput >  )

◆ operator()()

template<typename TInput1 , typename TInput2 , typename TOutput >
TOutput itk::Functor::Atan2< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  A,
const TInput2 &  B 
) const
inline

Definition at line 49 of file itkAtan2ImageFilter.h.

◆ operator==()

template<typename TInput1 , typename TInput2 , typename TOutput >
bool itk::Functor::Atan2< TInput1, TInput2, TOutput >::operator== ( const Atan2< TInput1, TInput2, TOutput > &  ) const
inline

Definition at line 40 of file itkAtan2ImageFilter.h.


The documentation for this class was generated from the following file: