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

#include <itkBoundedReciprocalImageFilter.h>

Public Member Functions

 BoundedReciprocal ()=default
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (BoundedReciprocal)
 
TOutput operator() (const TInput &A) const
 
bool operator== (const BoundedReciprocal &) const
 
 ~BoundedReciprocal ()=default
 

Detailed Description

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

Definition at line 47 of file itkBoundedReciprocalImageFilter.h.

Constructor & Destructor Documentation

◆ BoundedReciprocal()

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

◆ ~BoundedReciprocal()

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

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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

Definition at line 61 of file itkBoundedReciprocalImageFilter.h.

◆ operator==()

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

Definition at line 53 of file itkBoundedReciprocalImageFilter.h.


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