Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Functor::Add2< TInput1, TInput2, TOutput > Class Template Reference

#include <itkAddImageFilter.h>

List of all members.


Detailed Description

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

Definition at line 62 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)
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 65 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 66 of file itkAddImageFilter.h.

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

Definition at line 67 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 68 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 
) [inline]

Definition at line 76 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 72 of file itkAddImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 14:19:30 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000