18#ifndef itkOrImageFilter_h
19#define itkOrImageFilter_h
55template <
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1>
76#ifdef ITK_USE_CONCEPT_CHECKING
80 typename TInputImage2::PixelType,
81 typename TOutputImage::PixelType>));
88#if !defined(ITK_WRAPPING_PARSER)
Implements pixel-wise generic operation of two images, or of an image and a constant.
Light weight base class for most itk classes.
Implements the OR bitwise operator pixel-wise between two images.
~OrImageFilter() override=default
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....