ITK
6.0.0
Insight Toolkit
|
#include <itkLogicOpsFunctors.h>
Return argument 2 if argument 1 is false, and argument 3 otherwise.
Definition at line 351 of file itkLogicOpsFunctors.h.
Public Member Functions | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (TernaryOperator) | |
TOutput | operator() (const TInput1 &A, const TInput2 &B, const TInput3 &C) const |
bool | operator== (const TernaryOperator &) const |
itk::Functor::TernaryOperator< TInput1, TInput2, TInput3, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | TernaryOperator< TInput1, TInput2, TInput3, TOutput > | ) |
|
inline |
Definition at line 363 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 355 of file itkLogicOpsFunctors.h.