ITK  5.2.0
Insight Toolkit
Public Member Functions | List of all members
itk::Functor::Exp< TInput, TOutput > Class Template Reference

#include <itkExpImageFilter.h>

Public Member Functions

 Exp ()=default
 
bool operator!= (const Exp &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const Exp &other) const
 
 ~Exp ()=default
 

Detailed Description

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

Definition at line 34 of file itkExpImageFilter.h.

Constructor & Destructor Documentation

◆ Exp()

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

◆ ~Exp()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 40 of file itkExpImageFilter.h.

◆ operator()()

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

Definition at line 53 of file itkExpImageFilter.h.

◆ operator==()

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

Definition at line 47 of file itkExpImageFilter.h.


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