18 #ifndef itkBitwiseNotFunctor_h
19 #define itkBitwiseNotFunctor_h
31 template<
class TInput,
class TOutput >
45 return !( *
this != other );
48 inline TOutput
operator()(
const TInput & A)
const
50 return static_cast<TOutput
>( ~A );
56 #endif // itkBitwiseNotFunctor_h
TOutput operator()(const TInput &A) const
Image BitwiseNot(const Image &image1)
Implements pixel-wise generic operation on one image.
bool operator==(const BitwiseNot &other) const
bool operator!=(const BitwiseNot &) const