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

#include <itkArithmeticOpsFunctors.h>

Public Member Functions

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

Detailed Description

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

Definition at line 247 of file itkArithmeticOpsFunctors.h.

Constructor & Destructor Documentation

◆ Modulus()

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

◆ ~Modulus()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 255 of file itkArithmeticOpsFunctors.h.

◆ operator()()

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

Definition at line 267 of file itkArithmeticOpsFunctors.h.

References itk::NumericTraits< T >::max().

◆ operator==()

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

Definition at line 261 of file itkArithmeticOpsFunctors.h.


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