18 #ifndef itkOrImageFilter_h
19 #define itkOrImageFilter_h
54 template<
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1 >
68 typename TInputImage2::PixelType,
69 typename TOutputImage::PixelType >;
78 #ifdef ITK_USE_CONCEPT_CHECKING
82 typename TInputImage2::PixelType,
83 typename TOutputImage::PixelType > ) );
90 #if !defined( ITK_WRAPPING_PARSER )
~OrImageFilter() override=default
Functor::OR< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
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.
Implements the OR bitwise operator pixel-wise between two images.
Implements pixel-wise generic operation of two images, or of an image and a constant.
void SetFunctor(const std::function< ConstRefFunctionType > &f)
#define itkConceptMacro(name, concept)