ITK  5.2.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

bool operator!= (const Sub2 &) const
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const Sub2 &other) 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 98 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

◆ 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 104 of file itkArithmeticOpsFunctors.h.

◆ 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 117 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 > &  other) const
inline

Definition at line 111 of file itkArithmeticOpsFunctors.h.


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