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

#include <itkBitwiseOpsFunctors.h>

Detailed Description

template<class TInput, class TOutput>
class itk::Functor::BitwiseNot< TInput, TOutput >

Performs the C++ unary bitwise NOT operator.

Definition at line 106 of file itkBitwiseOpsFunctors.h.

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (BitwiseNot)
 
TOutput operator() (const TInput &A) const
 
bool operator== (const BitwiseNot &) const
 

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<class TInput , class TOutput >
itk::Functor::BitwiseNot< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( BitwiseNot< TInput, TOutput >  )

◆ operator()()

template<class TInput , class TOutput >
TOutput itk::Functor::BitwiseNot< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 121 of file itkBitwiseOpsFunctors.h.

◆ operator==()

template<class TInput , class TOutput >
bool itk::Functor::BitwiseNot< TInput, TOutput >::operator== ( const BitwiseNot< TInput, TOutput > &  ) const
inline

Definition at line 113 of file itkBitwiseOpsFunctors.h.


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