18 #ifndef itkAsinImageFilter_h
19 #define itkAsinImageFilter_h
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return static_cast< TOutput
>(
54 static_cast< double >( A )
83 template<
typename TInputImage,
typename TOutputImage >
97 typename TOutputImage::PixelType >;
106 #ifdef ITK_USE_CONCEPT_CHECKING
118 #if !defined( ITK_WRAPPING_PARSER )
bool operator!=(const Asin &) const
bool operator==(const Asin &other) const
Functor::Asin< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
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)
Computes the sine of each pixel.
TOutput operator()(const TInput &A) const
~AsinImageFilter() override=default
#define itkConceptMacro(name, concept)
Implements pixel-wise generic "operation" on one image.