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

#include <itkBinaryMagnitudeImageFilter.h>

Public Member Functions

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

Detailed Description

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

Definition at line 33 of file itkBinaryMagnitudeImageFilter.h.

Constructor & Destructor Documentation

◆ Modulus2()

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

◆ ~Modulus2()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 39 of file itkBinaryMagnitudeImageFilter.h.

◆ operator()()

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

Definition at line 52 of file itkBinaryMagnitudeImageFilter.h.

◆ operator==()

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

Definition at line 46 of file itkBinaryMagnitudeImageFilter.h.


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