|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkTanImageFilter_h
19 #define itkTanImageFilter_h
33 template <
typename TInput,
typename TOutput>
48 return static_cast<TOutput>(std::tan(static_cast<double>(A)));
63 template <
typename TInputImage,
typename TOutputImage>
82 #ifdef ITK_USE_CONCEPT_CHECKING
92 #if !defined(ITK_WRAPPING_PARSER)
Computes the tangent of each input pixel.
bool operator==(const Tan &) const
Implements pixel-wise generic "operation" on one image.
Base class for all process objects that output image data.
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Tan)
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
TOutput operator()(const TInput &A) const
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...