![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkLogicOpsFunctors.h>
Inheritance diagram for itk::Functor::TernaryOperator< TInput1, TInput2, TInput3, TOutput >:Return argument 2 if argument 1 is false, and argument 3 otherwise.
Definition at line 356 of file itkLogicOpsFunctors.h.
Public Member Functions | |
| bool | operator!= (const TernaryOperator &) const |
| TOutput | operator() (const TInput1 &A, const TInput2 &B, const TInput3 &C) const |
| bool | operator== (const TernaryOperator &other) const |
| TernaryOperator ()=default | |
| ~TernaryOperator ()=default | |
|
default |
|
default |
|
inline |
Definition at line 361 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 372 of file itkLogicOpsFunctors.h.
|
inline |
Definition at line 367 of file itkLogicOpsFunctors.h.
1.8.5