|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkTernaryOperatorImageFilter_h
19 #define itkTernaryOperatorImageFilter_h
66 template <
typename TMask,
typename TImage>
80 typename TImage::PixelType,
81 typename TImage::PixelType,
82 typename TImage::PixelType>;
93 #if !defined(ITK_WRAPPING_PARSER)
Functor::TernaryOperator< typename TMask::PixelType, typename TImage::PixelType, typename TImage::PixelType, typename TImage::PixelType > FunctorType
TernaryOperatorImageFilter()
Return the value of input 2 if input 1 is false, and that of input 3 otherwise.
~TernaryOperatorImageFilter() override=default
Light weight base class for most itk classes.
Implements pixel-wise generic operation of three images or images with constants.
void SetFunctor(const std::function< ConstRefFunctionType > &f)
Return argument 2 if argument 1 is false, and argument 3 otherwise.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....