|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkAtanImageFilter_h
19 #define itkAtanImageFilter_h
33 template <
typename TInput,
typename TOutput>
49 return !(*
this != other);
55 return static_cast<TOutput>(std::atan(static_cast<double>(A)));
79 template <
typename TInputImage,
typename TOutputImage>
98 #ifdef ITK_USE_CONCEPT_CHECKING
108 #if !defined(ITK_WRAPPING_PARSER)
Functor::Atan< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
void SetFunctor(const std::function< ConstRefFunctionType > &f)
TOutput operator()(const TInput &A) const
Implements pixel-wise generic "operation" on one image.
Base class for all process objects that output image data.
Computes the one-argument inverse tangent of each pixel.
bool operator==(const Atan &other) const
bool operator!=(const Atan &) const
~AtanImageFilter() override=default
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...