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

#include <itkArithmeticOpsFunctors.h>

Public Member Functions

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

Detailed Description

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

Definition at line 162 of file itkArithmeticOpsFunctors.h.

Constructor & Destructor Documentation

◆ Div()

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

◆ ~Div()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 168 of file itkArithmeticOpsFunctors.h.

◆ operator()()

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

◆ operator==()

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

Definition at line 175 of file itkArithmeticOpsFunctors.h.


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