18 #ifndef itkXorImageFilter_h
19 #define itkXorImageFilter_h
54 template<
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1 >
69 typename TInputImage2::PixelType,
70 typename TOutputImage::PixelType >;
79 #ifdef ITK_USE_CONCEPT_CHECKING
83 typename TInputImage2::PixelType,
84 typename TOutputImage::PixelType > ) );
91 #if !defined( ITK_WRAPPING_PARSER )
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
Functor::XOR< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
Implements pixel-wise generic operation of two images, or of an image and a constant.
~XorImageFilter() override=default
Computes the XOR bitwise operator pixel-wise between two images.
void SetFunctor(const std::function< ConstRefFunctionType > &f)
#define itkConceptMacro(name, concept)