18 #ifndef itkTernaryOperatorImageFilter_h
19 #define itkTernaryOperatorImageFilter_h
65 template<
typename TMask,
typename TImage >
69 Functor::TernaryOperator< typename TMask::PixelType,
70 typename TImage::PixelType,
71 typename TImage::PixelType,
72 typename TImage::PixelType > >
78 TMask, TImage, TImage, TImage,
80 typename TImage::PixelType,
81 typename TImage::PixelType,
Light weight base class for most itk classes.
Implements pixel-wise generic operation of three images.
Return argument 2 if argument 1 is false, and argument 3 otherwise.
SmartPointer< const Self > ConstPointer
TernaryOperatorImageFilter Self
Return the value of input 2 if input 1 is false, and that of input 3 otherwise.
virtual ~TernaryOperatorImageFilter() override
SmartPointer< Self > Pointer
TernaryFunctorImageFilter< TMask, TImage, TImage, TImage, Functor::TernaryOperator< typename TMask::PixelType, typename TImage::PixelType, typename TImage::PixelType, typename TImage::PixelType > > Superclass
TernaryOperatorImageFilter()