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

#include <itkAbsImageFilter.h>

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

Detailed Description

template<class TInput, class TOutput>
class itk::Functor::Abs< TInput, TOutput >

Computes the absolute value of a pixel.

Definition at line 33 of file itkAbsImageFilter.h.

Public Member Functions

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

Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Functor::Abs< TInput, TOutput >::Abs ( )
inline

Definition at line 36 of file itkAbsImageFilter.h.

template<class TInput, class TOutput>
itk::Functor::Abs< TInput, TOutput >::~Abs ( )
inline

Definition at line 37 of file itkAbsImageFilter.h.

Member Function Documentation

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

Definition at line 38 of file itkAbsImageFilter.h.

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

Definition at line 48 of file itkAbsImageFilter.h.

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

Definition at line 43 of file itkAbsImageFilter.h.


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