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

#include <itkArithmeticOpsFunctors.h>

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Sub2)
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const Sub2 &) const
 
 Sub2 ()=default
 
 ~Sub2 ()=default
 

Detailed Description

template<typename TInput1, typename TInput2 = TInput1, typename TOutput = TInput1>
class itk::Functor::Sub2< TInput1, TInput2, TOutput >

Definition at line 90 of file itkArithmeticOpsFunctors.h.

Constructor & Destructor Documentation

◆ Sub2()

template<typename TInput1 , typename TInput2 = TInput1, typename TOutput = TInput1>
itk::Functor::Sub2< TInput1, TInput2, TOutput >::Sub2 ( )
default

◆ ~Sub2()

template<typename TInput1 , typename TInput2 = TInput1, typename TOutput = TInput1>
itk::Functor::Sub2< TInput1, TInput2, TOutput >::~Sub2 ( )
default

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput1 , typename TInput2 = TInput1, typename TOutput = TInput1>
itk::Functor::Sub2< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( Sub2< TInput1, TInput2, TOutput >  )

◆ operator()()

template<typename TInput1 , typename TInput2 = TInput1, typename TOutput = TInput1>
TOutput itk::Functor::Sub2< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  A,
const TInput2 &  B 
) const
inline

Definition at line 105 of file itkArithmeticOpsFunctors.h.

◆ operator==()

template<typename TInput1 , typename TInput2 = TInput1, typename TOutput = TInput1>
bool itk::Functor::Sub2< TInput1, TInput2, TOutput >::operator== ( const Sub2< TInput1, TInput2, TOutput > &  ) const
inline

Definition at line 96 of file itkArithmeticOpsFunctors.h.


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