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

#include <itkMinimumImageFilter.h>

Public Member Functions

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

Detailed Description

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

Definition at line 33 of file itkMinimumImageFilter.h.

Constructor & Destructor Documentation

◆ Minimum()

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

◆ ~Minimum()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 39 of file itkMinimumImageFilter.h.

◆ operator()()

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

Definition at line 52 of file itkMinimumImageFilter.h.

◆ operator==()

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

Definition at line 46 of file itkMinimumImageFilter.h.


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