18 #ifndef __itkCosImageFilter_h
19 #define __itkCosImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
class TInput,
class TOutput >
47 return !( *
this != other );
52 return static_cast< TOutput
>( vcl_cos( static_cast< double >( A ) ) );
77 template<
class TInputImage,
class TOutputImage >
82 typename TInputImage::PixelType,
83 typename TOutputImage::PixelType > >
89 TInputImage, TOutputImage,
103 #ifdef ITK_USE_CONCEPT_CHECKING
117 void operator=(
const Self &);