18 #ifndef itkAndImageFilter_h
19 #define itkAndImageFilter_h
53 template<
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1 >
58 typename TInputImage1::PixelType,
59 typename TInputImage2::PixelType,
60 typename TOutputImage::PixelType > >
68 typename TInputImage1::PixelType,
69 typename TInputImage2::PixelType,
81 #ifdef ITK_USE_CONCEPT_CHECKING
85 typename TInputImage2::PixelType,
86 typename TOutputImage::PixelType > ) );
Implements the AND bitwise operator pixel-wise between two images.
SmartPointer< const Self > ConstPointer
Base class for all process objects that output image data.
SmartPointer< Self > Pointer
virtual ~AndImageFilter() override
BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::AND< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > Superclass
#define itkConceptMacro(name, concept)
Implements pixel-wise generic operation of two images, or of an image and a constant.