ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions
itk::Functor::Abs< TInput, TOutput > Class Template Reference

#include <itkAbsImageFilter.h>

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

List of all members.

Public Member Functions

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

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.


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: