ITK  4.13.0
Insight Segmentation and Registration 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 >:

Detailed Description

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

Definition at line 34 of file itkNaryAddImageFilter.h.

Public Types

typedef NumericTraits< TInput >
::AccumulateType 
AccumulatorType
 

Public Member Functions

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

Member Typedef Documentation

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

Definition at line 37 of file itkNaryAddImageFilter.h.

Constructor & Destructor Documentation

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

Definition at line 38 of file itkNaryAddImageFilter.h.

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

Definition at line 39 of file itkNaryAddImageFilter.h.

Member Function Documentation

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

Definition at line 57 of file itkNaryAddImageFilter.h.

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

Definition at line 40 of file itkNaryAddImageFilter.h.

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

Definition at line 52 of file itkNaryAddImageFilter.h.


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