18#ifndef itkTernaryOperatorImageFilter_h
19#define itkTernaryOperatorImageFilter_h
66template <
typename TMask,
typename TImage>
80 typename TImage::PixelType,
81 typename TImage::PixelType,
82 typename TImage::PixelType>;
93#if !defined(ITK_WRAPPING_PARSER)
Return argument 2 if argument 1 is false, and argument 3 otherwise.
Light weight base class for most itk classes.
Implements pixel-wise generic operation of three images or images with constants.
Return the value of input 2 if input 1 is false, and that of input 3 otherwise.
TernaryOperatorImageFilter()
~TernaryOperatorImageFilter() override=default
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....