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

#include <itkNaryAddImageFilter.h>

+ Inheritance diagram for itk::Functor::Add1< TInput, TOutput >:

Public Types

using AccumulatorType = typename NumericTraits< TInput >::AccumulateType
 

Public Member Functions

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

Detailed Description

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

Definition at line 34 of file itkNaryAddImageFilter.h.

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.

Constructor & Destructor Documentation

◆ Add1()

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

◆ ~Add1()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 60 of file itkNaryAddImageFilter.h.

◆ operator()()

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

Definition at line 41 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 54 of file itkNaryAddImageFilter.h.


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