18 #ifndef __itkSinImageFilter_h
19 #define __itkSinImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
class TInput,
class TOutput >
47 return !( *
this != other );
51 {
return (TOutput)vcl_sin( (
double)A ); }
67 template<
class TInputImage,
class TOutputImage >
72 typename TInputImage::PixelType,
73 typename TOutputImage::PixelType > >
79 TInputImage, TOutputImage,
93 #ifdef ITK_USE_CONCEPT_CHECKING
109 void operator=(
const Self &);