18 #ifndef itkAcosImageFilter_h
19 #define itkAcosImageFilter_h
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return static_cast< TOutput
>( std::acos( static_cast< double >( A ) ) );
79 template<
typename TInputImage,
typename TOutputImage >
93 typename TOutputImage::PixelType >;
103 #ifdef ITK_USE_CONCEPT_CHECKING
115 #if !defined( ITK_WRAPPING_PARSER )
bool operator==(const Acos &other) const
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)
TOutput operator()(const TInput &A) const
Computes the inverse cosine of each pixel.
Computes the Acos of a pixel.
~AcosImageFilter() override=default
#define itkConceptMacro(name, concept)
Functor::Acos< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
bool operator!=(const Acos &) const
Implements pixel-wise generic "operation" on one image.