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

#include <itkMultiplyImageFilter.h>

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

Detailed Description

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

Definition at line 33 of file itkMultiplyImageFilter.h.

Public Member Functions

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

Constructor & Destructor Documentation

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

Definition at line 36 of file itkMultiplyImageFilter.h.

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

Definition at line 37 of file itkMultiplyImageFilter.h.

Member Function Documentation

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

Definition at line 38 of file itkMultiplyImageFilter.h.

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

Definition at line 49 of file itkMultiplyImageFilter.h.

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

Definition at line 44 of file itkMultiplyImageFilter.h.


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