18#ifndef itkTanImageFilter_h 
   19#define itkTanImageFilter_h 
   33template <
typename TInput, 
typename TOutput>
 
   48    return static_cast<TOutput
>(std::tan(
static_cast<double>(A)));
 
 
 
   63template <
typename TInputImage, 
typename TOutputImage>
 
   88#if !defined(ITK_WRAPPING_PARSER) 
 
 
TOutput operator()(const TInput &A) const
 
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Tan)
 
bool operator==(const Tan &) const
 
Implements transparent reference counting.
 
SmartPointer< Self > Pointer
 
SmartPointer< const Self > ConstPointer
 
Functor::Tan< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
 
~TanImageFilter() override=default
 
UnaryGeneratorImageFilter< TInputImage, TOutputImage > Superclass
 
UnaryGeneratorImageFilter()
 
void SetFunctor(const std::function< ConstRefFunctionType > &f)
 
#define itkConceptMacro(name, concept)
 
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....