18 #ifndef itkSinImageFilter_h
19 #define itkSinImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
51 {
return (TOutput)std::sin( (
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
void operator=(const Self &)
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.
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.
virtual ~SinImageFilter()
#define itkConceptMacro(name, concept)