18 #ifndef itkXorImageFilter_h
19 #define itkXorImageFilter_h
54 template<
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1 >
59 typename TInputImage1::PixelType,
60 typename TInputImage2::PixelType,
61 typename TOutputImage::PixelType > >
69 typename TInputImage1::PixelType,
70 typename TInputImage2::PixelType,
71 typename TOutputImage::PixelType >
84 #ifdef ITK_USE_CONCEPT_CHECKING
88 typename TInputImage2::PixelType,
89 typename TOutputImage::PixelType > ) );
BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::XOR< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > Superclass
Base class for all process objects that output image data.
Computes the XOR bitwise operator pixel-wise between two images.
virtual ~XorImageFilter() override
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
#define itkConceptMacro(name, concept)
Implements pixel-wise generic operation of two images, or of an image and a constant.