18 #ifndef itkCosImageFilter_h
19 #define itkCosImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return static_cast< TOutput
>( std::cos( static_cast< double >( A ) ) );
77 template<
typename TInputImage,
typename TOutputImage >
82 typename TInputImage::PixelType,
83 typename TOutputImage::PixelType > >
89 TInputImage, TOutputImage,
103 #ifdef ITK_USE_CONCEPT_CHECKING
SmartPointer< Self > Pointer
bool operator!=(const Cos &) const
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cos< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
Base class for all process objects that output image data.
SmartPointer< const Self > ConstPointer
TOutput operator()(const TInput &A) const
virtual ~CosImageFilter()
Implements pixel-wise generic operation on one image.
void operator=(const Self &)
bool operator==(const Cos &other) const
#define itkConceptMacro(name, concept)
Computes the cosine of each pixel.