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

#include <itkMaximumImageFilter.h>

Public Member Functions

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

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.

Constructor & Destructor Documentation

◆ Maximum()

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

◆ ~Maximum()

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

Member Function Documentation

◆ operator!=()

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 39 of file itkMaximumImageFilter.h.

◆ operator()()

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 52 of file itkMaximumImageFilter.h.

◆ operator==()

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 46 of file itkMaximumImageFilter.h.


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