18 #ifndef itkTanImageFilter_h
19 #define itkTanImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
51 {
return (TOutput)std::tan( (
double)A ); }
63 template<
typename TInputImage,
typename TOutputImage >
67 Functor::Tan< typename TInputImage::PixelType,
68 typename TOutputImage::PixelType > >
74 TInputImage, TOutputImage,
88 #ifdef ITK_USE_CONCEPT_CHECKING
TOutput operator()(const TInput &A) const
virtual ~TanImageFilter()
Base class for all process objects that output image data.
Computes the tangent of each input pixel.
bool operator!=(const Tan &) const
Implements pixel-wise generic operation on one image.
SmartPointer< Self > Pointer
bool operator==(const Tan &other) const
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Tan< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
#define itkConceptMacro(name, concept)
void operator=(const Self &)
SmartPointer< const Self > ConstPointer