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

#include <itkBoundedReciprocalImageFilter.h>

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

Constructor & Destructor Documentation

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

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: