|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkExpImageFilter_h
19 #define itkExpImageFilter_h
33 template <
typename TInput,
typename TOutput>
48 return static_cast<TOutput>(std::exp(static_cast<double>(A)));
64 template <
typename TInputImage,
typename TOutputImage>
83 #ifdef ITK_USE_CONCEPT_CHECKING
93 #if !defined(ITK_WRAPPING_PARSER)
Implements pixel-wise generic "operation" on one image.
Base class for all process objects that output image data.
Computes the exponential function of each pixel.
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
bool operator==(const Exp &) const
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...
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Exp)
TOutput operator()(const TInput &A) const