ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions
itk::Functor::Sub2< TInput1, TInput2, TOutput > Class Template Reference

#include <itkSubtractImageFilter.h>

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

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 33 of file itkSubtractImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 36 of file itkSubtractImageFilter.h.

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

Definition at line 37 of file itkSubtractImageFilter.h.


Member Function Documentation

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

Definition at line 38 of file itkSubtractImageFilter.h.

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

Definition at line 49 of file itkSubtractImageFilter.h.

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

Definition at line 44 of file itkSubtractImageFilter.h.


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