18 #ifndef itkAtanImageFilter_h
19 #define itkAtanImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return static_cast< TOutput
>( std::atan( static_cast< double >( A ) ) );
75 template<
typename TInputImage,
typename TOutputImage >
80 typename TInputImage::PixelType,
81 typename TOutputImage::PixelType > >
88 typename TInputImage::PixelType,
89 typename TOutputImage::PixelType >
102 #ifdef ITK_USE_CONCEPT_CHECKING
Base class for all process objects that output image data.
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Atan< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
bool operator!=(const Atan &) const
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
Computes the one-argument inverse tangent of each pixel.
void operator=(const Self &)
bool operator==(const Atan &other) const
Implements pixel-wise generic operation on one image.
TOutput operator()(const TInput &A) const
virtual ~AtanImageFilter()
#define itkConceptMacro(name, concept)