18 #ifndef itkAtanImageFilter_h
19 #define itkAtanImageFilter_h
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return static_cast< TOutput
>( std::atan( static_cast< double >( A ) ) );
76 template<
typename TInputImage,
typename TOutputImage >
90 typename TOutputImage::PixelType >;
99 #ifdef ITK_USE_CONCEPT_CHECKING
111 #if !defined( ITK_WRAPPING_PARSER )
Functor::Atan< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
~AtanImageFilter() override=default
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
void SetFunctor(const std::function< ConstRefFunctionType > &f)
bool operator!=(const Atan &) const
Computes the one-argument inverse tangent of each pixel.
bool operator==(const Atan &other) const
TOutput operator()(const TInput &A) const
#define itkConceptMacro(name, concept)
Implements pixel-wise generic "operation" on one image.