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

#include <itkArithmeticOpsFunctors.h>

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

Detailed Description

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

Definition at line 92 of file itkArithmeticOpsFunctors.h.

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

Constructor & Destructor Documentation

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

Definition at line 95 of file itkArithmeticOpsFunctors.h.

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

Definition at line 96 of file itkArithmeticOpsFunctors.h.

Member Function Documentation

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

Definition at line 97 of file itkArithmeticOpsFunctors.h.

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

Definition at line 108 of file itkArithmeticOpsFunctors.h.

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

Definition at line 103 of file itkArithmeticOpsFunctors.h.


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