ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | List of all members
itk::Functor::Add1< TInput, TOutput > Class Template Reference

#include <itkNaryAddImageFilter.h>

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::Add1< TInput, TOutput >

Definition at line 34 of file itkNaryAddImageFilter.h.

Public Types

using AccumulatorType = typename NumericTraits< TInput >::AccumulateType
 

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Add1)
 
TOutput operator() (const std::vector< TInput > &B) const
 
bool operator== (const Add1 &) const
 

Member Typedef Documentation

◆ AccumulatorType

template<typename TInput, typename TOutput>
using itk::Functor::Add1< TInput, TOutput >::AccumulatorType = typename NumericTraits<TInput>::AccumulateType

Definition at line 37 of file itkNaryAddImageFilter.h.

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput, typename TOutput>
itk::Functor::Add1< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( Add1< TInput, TOutput >  )

◆ operator()()

template<typename TInput, typename TOutput>
TOutput itk::Functor::Add1< TInput, TOutput >::operator() ( const std::vector< TInput > &  B) const
inline

Definition at line 39 of file itkNaryAddImageFilter.h.

◆ operator==()

template<typename TInput, typename TOutput>
bool itk::Functor::Add1< TInput, TOutput >::operator== ( const Add1< TInput, TOutput > &  ) const
inline

Definition at line 51 of file itkNaryAddImageFilter.h.


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