ITK  5.4.0
Insight Toolkit
Public Member Functions | Private Attributes | List of all members
itk::Functor::ExpNegative< TInput, TOutput > Class Template Reference

#include <itkExpNegativeImageFilter.h>

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::ExpNegative< TInput, TOutput >

Definition at line 34 of file itkExpNegativeImageFilter.h.

Public Member Functions

 ExpNegative ()
 
double GetFactor () const
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ExpNegative)
 
TOutput operator() (const TInput &A) const
 
bool operator== (const ExpNegative &other) const
 
void SetFactor (double factor)
 
 ~ExpNegative ()=default
 

Private Attributes

double m_Factor
 

Constructor & Destructor Documentation

◆ ExpNegative()

template<typename TInput, typename TOutput>
itk::Functor::ExpNegative< TInput, TOutput >::ExpNegative ( )
inline

Definition at line 37 of file itkExpNegativeImageFilter.h.

◆ ~ExpNegative()

template<typename TInput, typename TOutput>
itk::Functor::ExpNegative< TInput, TOutput >::~ExpNegative ( )
default

Member Function Documentation

◆ GetFactor()

template<typename TInput, typename TOutput>
double itk::Functor::ExpNegative< TInput, TOutput >::GetFactor ( ) const
inline

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput, typename TOutput>
itk::Functor::ExpNegative< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( ExpNegative< TInput, TOutput >  )

◆ operator()()

template<typename TInput, typename TOutput>
TOutput itk::Functor::ExpNegative< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 51 of file itkExpNegativeImageFilter.h.

◆ operator==()

template<typename TInput, typename TOutput>
bool itk::Functor::ExpNegative< TInput, TOutput >::operator== ( const ExpNegative< TInput, TOutput > &  other) const
inline

Definition at line 43 of file itkExpNegativeImageFilter.h.

◆ SetFactor()

template<typename TInput, typename TOutput>
void itk::Functor::ExpNegative< TInput, TOutput >::SetFactor ( double  factor)
inline

Sets the value 'K' used in the function evaluation exp(-K.x).

Definition at line 58 of file itkExpNegativeImageFilter.h.

Referenced by itk::ExpNegativeImageFilter< TInputImage, TOutputImage >::SetFactor().

Member Data Documentation

◆ m_Factor

template<typename TInput, typename TOutput>
double itk::Functor::ExpNegative< TInput, TOutput >::m_Factor
private

The documentation for this class was generated from the following file: