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

#include <itkExpImageFilter.h>

+ Inheritance diagram for itk::Functor::Exp< TInput, TOutput >:

Detailed Description

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

Definition at line 34 of file itkExpImageFilter.h.

Public Member Functions

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

Constructor & Destructor Documentation

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

Definition at line 37 of file itkExpImageFilter.h.

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

Definition at line 38 of file itkExpImageFilter.h.

Member Function Documentation

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

Definition at line 39 of file itkExpImageFilter.h.

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

Definition at line 50 of file itkExpImageFilter.h.

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

Definition at line 45 of file itkExpImageFilter.h.


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