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

#include <itkArithmeticOpsFunctors.h>

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

Detailed Description

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

Definition at line 34 of file itkArithmeticOpsFunctors.h.

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 ()
 

Constructor & Destructor Documentation

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

Definition at line 37 of file itkArithmeticOpsFunctors.h.

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

Definition at line 38 of file itkArithmeticOpsFunctors.h.

Member Function Documentation

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

Definition at line 39 of file itkArithmeticOpsFunctors.h.

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

Definition at line 50 of file itkArithmeticOpsFunctors.h.

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

Definition at line 45 of file itkArithmeticOpsFunctors.h.


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