18#ifndef itkAcosImageFilter_h
19#define itkAcosImageFilter_h
33template <
typename TInput,
typename TOutput>
48 return static_cast<TOutput
>(std::acos(
static_cast<double>(A)));
76template <
typename TInputImage,
typename TOutputImage>
102#if !defined(ITK_WRAPPING_PARSER)
SmartPointer< Self > Pointer
~AcosImageFilter() override=default
UnaryGeneratorImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< const Self > ConstPointer
Functor::Acos< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
Computes the Acos of a pixel.
bool operator==(const Acos &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Acos)
TOutput operator()(const TInput &A) const
Implements transparent reference counting.
UnaryGeneratorImageFilter()
void SetFunctor(const std::function< ConstRefFunctionType > &f)
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....