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

#include <itkArithmeticOpsFunctors.h>

Detailed Description

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

Definition at line 59 of file itkArithmeticOpsFunctors.h.

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Add3)
 
TOutput operator() (const TInput1 &A, const TInput2 &B, const TInput3 &C) const
 
bool operator== (const Add3 &) const
 

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

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

Definition at line 63 of file itkArithmeticOpsFunctors.h.


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