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

#include <itkAbsImageFilter.h>

Detailed Description

template<typename TInput, typename 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 ()=default
 
bool operator!= (const Abs &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const Abs &other) const
 
 ~Abs ()=default
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 38 of file itkAbsImageFilter.h.

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

Definition at line 48 of file itkAbsImageFilter.h.

template<typename TInput , typename 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: