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