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