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

#include <itkBitwiseOpsFunctors.h>

+ Inheritance diagram for itk::Functor::OR< TInput1, TInput2, TOutput >:

Detailed Description

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

bitwise OR functor

Definition at line 62 of file 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 ()
 
 ~OR ()
 

Constructor & Destructor Documentation

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

Definition at line 65 of file itkBitwiseOpsFunctors.h.

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

Definition at line 66 of file itkBitwiseOpsFunctors.h.

Member Function Documentation

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 67 of file itkBitwiseOpsFunctors.h.

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 78 of file itkBitwiseOpsFunctors.h.

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 73 of file itkBitwiseOpsFunctors.h.


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