18 #ifndef itkSinImageFilter_h
19 #define itkSinImageFilter_h
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
51 {
return static_cast<TOutput
>(std::sin( static_cast<double>( A ) ) ); }
68 template<
typename TInputImage,
typename TOutputImage >
82 typename TOutputImage::PixelType >;
91 #ifdef ITK_USE_CONCEPT_CHECKING
103 #if !defined( ITK_WRAPPING_PARSER )
bool operator!=(const Sin &) const
TOutput operator()(const TInput &A) 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.
bool operator==(const Sin &other) const
void SetFunctor(const std::function< ConstRefFunctionType > &f)
Computes the sine of each pixel.
Functor::Sin< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
~SinImageFilter() override=default
Implements pixel-wise generic "operation" on one image.