|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkAcosImageFilter_h
19 #define itkAcosImageFilter_h
33 template <
typename TInput,
typename TOutput>
49 return !(*
this != other);
55 return static_cast<TOutput>(std::acos(static_cast<double>(A)));
83 template <
typename TInputImage,
typename TOutputImage>
103 #ifdef ITK_USE_CONCEPT_CHECKING
113 #if !defined(ITK_WRAPPING_PARSER)
bool operator==(const Acos &other) const
~AcosImageFilter() override=default
void SetFunctor(const std::function< ConstRefFunctionType > &f)
bool operator!=(const Acos &) const
Implements pixel-wise generic "operation" on one image.
TOutput operator()(const TInput &A) const
Computes the inverse cosine of each pixel.
Base class for all process objects that output image data.
#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...
Computes the Acos of a pixel.
Functor::Acos< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType