18 #ifndef itkAndImageFilter_h
19 #define itkAndImageFilter_h
53 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 )
Functor::AND< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
Implements the AND bitwise operator pixel-wise between two images.
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 pixel-wise generic operation of two images, or of an image and a constant.
void SetFunctor(const std::function< ConstRefFunctionType > &f)
~AndImageFilter() override=default
#define itkConceptMacro(name, concept)