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

#include <itkBoundedReciprocalImageFilter.h>

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

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 47 of file itkBoundedReciprocalImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 50 of file itkBoundedReciprocalImageFilter.h.

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

Definition at line 51 of file itkBoundedReciprocalImageFilter.h.


Member Function Documentation

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

Definition at line 52 of file itkBoundedReciprocalImageFilter.h.

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

Definition at line 62 of file itkBoundedReciprocalImageFilter.h.

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

Definition at line 57 of file itkBoundedReciprocalImageFilter.h.


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