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

#include <itkBitwiseOpsFunctors.h>

Detailed Description

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

bitwise AND functor

Definition at line 34 of file itkBitwiseOpsFunctors.h.

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (AND)
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const AND &) const
 

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput1 , typename TInput2 = TInput1, typename TOutput = TInput1>
itk::Functor::AND< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( AND< TInput1, TInput2, TOutput >  )

◆ operator()()

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

Definition at line 46 of file itkBitwiseOpsFunctors.h.

◆ operator==()

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

Definition at line 38 of file itkBitwiseOpsFunctors.h.


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