ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | List of all members
itk::Functor::Add2< TInput1, TInput2, TOutput > Class Template Reference

#include <itkAddImageFilter.h>

+ Inheritance diagram for itk::Functor::Add2< TInput1, TInput2, TOutput >:

Detailed Description

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

Definition at line 34 of file itkAddImageFilter.h.

Public Types

typedef NumericTraits< TInput1 >
::AccumulateType 
AccumulatorType
 

Public Member Functions

 Add2 ()
 
bool operator!= (const Add2 &) const
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const Add2 &other) const
 
 ~Add2 ()
 

Member Typedef Documentation

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
typedef NumericTraits< TInput1 >::AccumulateType itk::Functor::Add2< TInput1, TInput2, TOutput >::AccumulatorType

Definition at line 37 of file itkAddImageFilter.h.

Constructor & Destructor Documentation

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
itk::Functor::Add2< TInput1, TInput2, TOutput >::Add2 ( )
inline

Definition at line 38 of file itkAddImageFilter.h.

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
itk::Functor::Add2< TInput1, TInput2, TOutput >::~Add2 ( )
inline

Definition at line 39 of file itkAddImageFilter.h.

Member Function Documentation

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
bool itk::Functor::Add2< TInput1, TInput2, TOutput >::operator!= ( const Add2< TInput1, TInput2, TOutput > &  ) const
inline

Definition at line 40 of file itkAddImageFilter.h.

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

Definition at line 51 of file itkAddImageFilter.h.

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
bool itk::Functor::Add2< TInput1, TInput2, TOutput >::operator== ( const Add2< TInput1, TInput2, TOutput > &  other) const
inline

Definition at line 46 of file itkAddImageFilter.h.


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