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

#include <itkMaximumImageFilter.h>

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

Detailed Description

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

Definition at line 33 of file itkMaximumImageFilter.h.

Public Member Functions

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

Constructor & Destructor Documentation

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

Definition at line 36 of file itkMaximumImageFilter.h.

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

Definition at line 37 of file itkMaximumImageFilter.h.

Member Function Documentation

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

Definition at line 38 of file itkMaximumImageFilter.h.

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

Definition at line 49 of file itkMaximumImageFilter.h.

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

Definition at line 44 of file itkMaximumImageFilter.h.


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