18 #ifndef itkTanImageFilter_h
19 #define itkTanImageFilter_h
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
51 {
return static_cast<TOutput
>( std::tan( static_cast<double>( A ) ) ); }
64 template<
typename TInputImage,
typename TOutputImage >
78 typename TOutputImage::PixelType >;
87 #ifdef ITK_USE_CONCEPT_CHECKING
99 #if !defined( ITK_WRAPPING_PARSER )
TOutput operator()(const TInput &A) const
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
void SetFunctor(const std::function< ConstRefFunctionType > &f)
Computes the tangent of each input pixel.
bool operator!=(const Tan &) const
~TanImageFilter() override=default
bool operator==(const Tan &other) const
Functor::Tan< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
Implements pixel-wise generic "operation" on one image.