ITK  5.0.0
Insight Segmentation and Registration 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 118 of file itkBitwiseOpsFunctors.h.

Public Member Functions

bool operator!= (const BitwiseNot &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const BitwiseNot &other) const
 

Member Function Documentation

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

Definition at line 124 of file itkBitwiseOpsFunctors.h.

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

Definition at line 134 of file itkBitwiseOpsFunctors.h.

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

Definition at line 129 of file itkBitwiseOpsFunctors.h.


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