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

#include <itkArithmeticOpsFunctors.h>

Detailed Description

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

Definition at line 109 of file itkArithmeticOpsFunctors.h.

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Mult)
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const Mult &) const
 

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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

Definition at line 121 of file itkArithmeticOpsFunctors.h.

◆ operator==()

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

Definition at line 113 of file itkArithmeticOpsFunctors.h.


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