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

#include <itkArithmeticOpsFunctors.h>

Public Member Functions

 Add3 ()=default
 
bool operator!= (const Add3 &) const
 
TOutput operator() (const TInput1 &A, const TInput2 &B, const TInput3 &C) const
 
bool operator== (const Add3 &other) const
 
 ~Add3 ()=default
 

Detailed Description

template<typename TInput1, typename TInput2, typename TInput3, typename TOutput>
class itk::Functor::Add3< TInput1, TInput2, TInput3, TOutput >

Definition at line 66 of file itkArithmeticOpsFunctors.h.

Constructor & Destructor Documentation

◆ Add3()

template<typename TInput1 , typename TInput2 , typename TInput3 , typename TOutput >
itk::Functor::Add3< TInput1, TInput2, TInput3, TOutput >::Add3 ( )
default

◆ ~Add3()

template<typename TInput1 , typename TInput2 , typename TInput3 , typename TOutput >
itk::Functor::Add3< TInput1, TInput2, TInput3, TOutput >::~Add3 ( )
default

Member Function Documentation

◆ operator!=()

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

Definition at line 72 of file itkArithmeticOpsFunctors.h.

◆ operator()()

template<typename TInput1 , typename TInput2 , typename TInput3 , typename TOutput >
TOutput itk::Functor::Add3< TInput1, TInput2, TInput3, TOutput >::operator() ( const TInput1 &  A,
const TInput2 &  B,
const TInput3 &  C 
) const
inline

Definition at line 85 of file itkArithmeticOpsFunctors.h.

◆ operator==()

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

Definition at line 79 of file itkArithmeticOpsFunctors.h.


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