18#ifndef itkAsinImageFilter_h
19#define itkAsinImageFilter_h
33template <
typename TInput,
typename TOutput>
48 return static_cast<TOutput
>(std::asin(
static_cast<double>(A)));
76template <
typename TInputImage,
typename TOutputImage>
95#ifdef ITK_USE_CONCEPT_CHECKING
105#if !defined(ITK_WRAPPING_PARSER)
Computes the sine of each pixel.
~AsinImageFilter() override=default
bool operator==(const Asin &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Asin)
TOutput operator()(const TInput &A) const
Base class for all process objects that output image data.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Implements pixel-wise generic "operation" on one image.
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....