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

#include <itkBoundedReciprocalImageFilter.h>

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

Detailed Description

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

Definition at line 47 of file itkBoundedReciprocalImageFilter.h.

Public Member Functions

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

Constructor & Destructor Documentation

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

Definition at line 50 of file itkBoundedReciprocalImageFilter.h.

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

Definition at line 51 of file itkBoundedReciprocalImageFilter.h.

Member Function Documentation

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

Definition at line 52 of file itkBoundedReciprocalImageFilter.h.

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

Definition at line 62 of file itkBoundedReciprocalImageFilter.h.

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