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

#include <itkBitwiseOpsFunctors.h>

Public Member Functions

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

Detailed Description

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

bitwise OR functor

Definition at line 65 of file itkBitwiseOpsFunctors.h.

Constructor & Destructor Documentation

◆ OR()

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

◆ ~OR()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 71 of file itkBitwiseOpsFunctors.h.

◆ operator()()

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

Definition at line 84 of file itkBitwiseOpsFunctors.h.

◆ operator==()

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

Definition at line 78 of file itkBitwiseOpsFunctors.h.


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