![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkArithmeticOpsFunctors.h>
Public Member Functions | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (DivReal) | |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const DivReal &) const |
Promotes arguments to real type and performs division.
This division operator is intended to implement Pythons PEP 238 "True Division". The output type is intended to be a real type. Division by zero is expected to produce an "inf" floating point value.
Definition at line 349 of file itkArithmeticOpsFunctors.h.
itk::Functor::DivReal< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | DivReal< TInput1, TInput2, TOutput > | ) |
|
inline |
Definition at line 362 of file itkArithmeticOpsFunctors.h.
|
inline |
Definition at line 354 of file itkArithmeticOpsFunctors.h.