18#ifndef itkAndImageFilter_h
19#define itkAndImageFilter_h
54template <
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1>
75#ifdef ITK_USE_CONCEPT_CHECKING
79 typename TInputImage2::PixelType,
80 typename TOutputImage::PixelType>));
87#if !defined(ITK_WRAPPING_PARSER)
Implements the AND bitwise operator pixel-wise between two images.
~AndImageFilter() override=default
Implements pixel-wise generic operation of two images, or of an image and a constant.
Light weight base class for most itk classes.
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....