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 ) ) ); }
67 template<
typename TInputImage,
typename TOutputImage >
72 typename TInputImage::PixelType,
73 typename TOutputImage::PixelType > >
79 TInputImage, TOutputImage,
93 #ifdef ITK_USE_CONCEPT_CHECKING
bool operator!=(const Sin &) const
TOutput operator()(const TInput &A) const
Base class for all process objects that output image data.
bool operator==(const Sin &other) const
Computes the sine of each pixel.
virtual ~SinImageFilter() override
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Sin< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
Implements pixel-wise generic operation on one image.
#define itkConceptMacro(name, concept)