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

#include <itkArithmeticOpsFunctors.h>

Detailed Description

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

Definition at line 224 of file 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
 

Constructor & Destructor Documentation

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

Member Function Documentation

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 230 of file itkArithmeticOpsFunctors.h.

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 240 of file itkArithmeticOpsFunctors.h.

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 235 of file itkArithmeticOpsFunctors.h.


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